diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2009-04-28 09:00:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-30 04:12:37 -0400 |
commit | 9518e0e4350a5ea8ca200ce320b28d6284a7b0ce (patch) | |
tree | 0c2118e07cc98cb5f385f826319d5e596c86091f /arch/x86/mm/init_32.c | |
parent | 2b72394e4089643f11669d9610907a1442fe044a (diff) |
x86: move per-cpu mmu_gathers to mm/init.c
[ Impact: cleanup ]
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1240923650.1982.22.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/init_32.c')
-rw-r--r-- | arch/x86/mm/init_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index a640a7f04905..fef1d90d4f15 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
@@ -52,7 +52,6 @@ | |||
52 | #include <asm/page_types.h> | 52 | #include <asm/page_types.h> |
53 | #include <asm/init.h> | 53 | #include <asm/init.h> |
54 | 54 | ||
55 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | ||
56 | unsigned long highstart_pfn, highend_pfn; | 55 | unsigned long highstart_pfn, highend_pfn; |
57 | 56 | ||
58 | static noinline int do_test_wp_bit(void); | 57 | static noinline int do_test_wp_bit(void); |