aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r--arch/arm/mm/mmu.c3
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
29DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); 29DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
30 30
31extern void _stext, _etext, __data_start, _end;
32extern 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.