diff options
Diffstat (limited to 'arch/arm/mm/mm.h')
-rw-r--r-- | arch/arm/mm/mm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mm/mm.h b/arch/arm/mm/mm.h index 95bbe112965e..c4f6f05198e0 100644 --- a/arch/arm/mm/mm.h +++ b/arch/arm/mm/mm.h | |||
@@ -1,7 +1,6 @@ | |||
1 | /* the upper-most page table pointer */ | ||
2 | |||
3 | #ifdef CONFIG_MMU | 1 | #ifdef CONFIG_MMU |
4 | 2 | ||
3 | /* the upper-most page table pointer */ | ||
5 | extern pmd_t *top_pmd; | 4 | extern pmd_t *top_pmd; |
6 | 5 | ||
7 | #define TOP_PTE(x) pte_offset_kernel(top_pmd, x) | 6 | #define TOP_PTE(x) pte_offset_kernel(top_pmd, x) |