diff options
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index 615b0c78449f..e22c1dbf7feb 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h | |||
@@ -180,6 +180,11 @@ extern void cleanup_highmap(void); | |||
180 | 180 | ||
181 | #define __HAVE_ARCH_PTE_SAME | 181 | #define __HAVE_ARCH_PTE_SAME |
182 | 182 | ||
183 | #define vmemmap ((struct page *)VMEMMAP_START) | ||
184 | |||
185 | extern void init_extra_mapping_uc(unsigned long phys, unsigned long size); | ||
186 | extern void init_extra_mapping_wb(unsigned long phys, unsigned long size); | ||
187 | |||
183 | #endif /* !__ASSEMBLY__ */ | 188 | #endif /* !__ASSEMBLY__ */ |
184 | 189 | ||
185 | #endif /* _ASM_X86_PGTABLE_64_H */ | 190 | #endif /* _ASM_X86_PGTABLE_64_H */ |