diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2009-04-28 16:00:50 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-30 10:12:37 +0200 |
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 a640a7f0490..fef1d90d4f1 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c @@ -52,7 +52,6 @@ #include <asm/page_types.h> #include <asm/init.h> -DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); unsigned long highstart_pfn, highend_pfn; static noinline int do_test_wp_bit(void); |