This patch fixes the following compile error: <-- snip --> ... CC arch/i386/xen/mmu.o In file included from /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/arch/i386/xen/mmu.c:46: include2/asm/mmu_context.h: In function ‘switch_mm’: include2/asm/mmu_context.h:45: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:50: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:53: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:58: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:58: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:59: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:66: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:70: error: dereferencing pointer to incomplete type include2/asm/mmu_context.h:71: error: dereferencing pointer to incomplete type ... make[2]: *** [arch/i386/xen/mmu.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@stusta.de> --- --- linux-2.6.22-rc6-mm1/arch/i386/xen/mmu.c.old 2007-07-04 00:11:28.000000000 +0200 +++ linux-2.6.22-rc6-mm1/arch/i386/xen/mmu.c 2007-07-04 00:11:39.000000000 +0200 @@ -39,6 +39,7 @@ * Jeremy Fitzhardinge <jeremy@xensource.com>, XenSource Inc, 2007 */ #include <linux/highmem.h> +#include <linux/sched.h> #include <asm/bug.h> #include <asm/pgtable.h> -
| Andrew Morton | -mm merge plans for 2.6.23 |
| Rafael J. Wysocki | [Bug #11207] VolanoMark regression with 2.6.27-rc1 |
| Zhang, Yanmin | AIM7 40% regression with 2.6.26-rc1 |
| Con Kolivas | [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2 |
git: | |
| Gregory Haskins | [RFC PATCH 03/17] vbus: add connection-client helper infrastructure |
| David Woodhouse | [PATCH 03/30] solos: FPGA and firmware update support. |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
