diff options
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index c2bbe3f311f0..94d81a2ba008 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -28,9 +28,6 @@ | |||
28 | 28 | ||
29 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | 29 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); |
30 | 30 | ||
31 | extern void _stext, _etext, __data_start, _end; | ||
32 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; | ||
33 | |||
34 | /* | 31 | /* |
35 | * empty_zero_page is a special page that is used for | 32 | * empty_zero_page is a special page that is used for |
36 | * zero-initialized data and COW. | 33 | * zero-initialized data and COW. |