diff options
Diffstat (limited to 'arch/x86/mm/ident_map.c')
-rw-r--r-- | arch/x86/mm/ident_map.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/mm/ident_map.c b/arch/x86/mm/ident_map.c index 751ca920773a..ec21796ac5fd 100644 --- a/arch/x86/mm/ident_map.c +++ b/arch/x86/mm/ident_map.c | |||
@@ -1,3 +1,7 @@ | |||
1 | /* | ||
2 | * Helper routines for building identity mapping page tables. This is | ||
3 | * included by both the compressed kernel and the regular kernel. | ||
4 | */ | ||
1 | 5 | ||
2 | static void ident_pmd_init(unsigned long pmd_flag, pmd_t *pmd_page, | 6 | static void ident_pmd_init(unsigned long pmd_flag, pmd_t *pmd_page, |
3 | unsigned long addr, unsigned long end) | 7 | unsigned long addr, unsigned long end) |
@@ -10,6 +14,7 @@ static void ident_pmd_init(unsigned long pmd_flag, pmd_t *pmd_page, | |||
10 | set_pmd(pmd, __pmd(addr | pmd_flag)); | 14 | set_pmd(pmd, __pmd(addr | pmd_flag)); |
11 | } | 15 | } |
12 | } | 16 | } |
17 | |||
13 | static int ident_pud_init(struct x86_mapping_info *info, pud_t *pud_page, | 18 | static int ident_pud_init(struct x86_mapping_info *info, pud_t *pud_page, |
14 | unsigned long addr, unsigned long end) | 19 | unsigned long addr, unsigned long end) |
15 | { | 20 | { |