aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/pgtable.h')
-rw-r--r--include/asm-x86/pgtable.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h
index efc329b8a717..888add7b0882 100644
--- a/include/asm-x86/pgtable.h
+++ b/include/asm-x86/pgtable.h
@@ -1,5 +1,5 @@
1#ifndef _ASM_X86_PGTABLE_H 1#ifndef ASM_X86__PGTABLE_H
2#define _ASM_X86_PGTABLE_H 2#define ASM_X86__PGTABLE_H
3 3
4#define FIRST_USER_ADDRESS 0 4#define FIRST_USER_ADDRESS 0
5 5
@@ -320,6 +320,8 @@ static inline void native_pagetable_setup_start(pgd_t *base) {}
320static inline void native_pagetable_setup_done(pgd_t *base) {} 320static inline void native_pagetable_setup_done(pgd_t *base) {}
321#endif 321#endif
322 322
323extern int arch_report_meminfo(char *page);
324
323#ifdef CONFIG_PARAVIRT 325#ifdef CONFIG_PARAVIRT
324#include <asm/paravirt.h> 326#include <asm/paravirt.h>
325#else /* !CONFIG_PARAVIRT */ 327#else /* !CONFIG_PARAVIRT */
@@ -528,4 +530,4 @@ static inline void clone_pgd_range(pgd_t *dst, pgd_t *src, int count)
528#include <asm-generic/pgtable.h> 530#include <asm-generic/pgtable.h>
529#endif /* __ASSEMBLY__ */ 531#endif /* __ASSEMBLY__ */
530 532
531#endif /* _ASM_X86_PGTABLE_H */ 533#endif /* ASM_X86__PGTABLE_H */