diff options
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/mm/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/mm/init.c b/arch/tile/mm/init.c index d6e87fda2fb2..4e10c4023028 100644 --- a/arch/tile/mm/init.c +++ b/arch/tile/mm/init.c | |||
@@ -60,8 +60,6 @@ unsigned long VMALLOC_RESERVE = CONFIG_VMALLOC_RESERVE; | |||
60 | EXPORT_SYMBOL(VMALLOC_RESERVE); | 60 | EXPORT_SYMBOL(VMALLOC_RESERVE); |
61 | #endif | 61 | #endif |
62 | 62 | ||
63 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | ||
64 | |||
65 | /* Create an L2 page table */ | 63 | /* Create an L2 page table */ |
66 | static pte_t * __init alloc_pte(void) | 64 | static pte_t * __init alloc_pte(void) |
67 | { | 65 | { |