aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/page_32.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-x86/page_32.h b/include/asm-x86/page_32.h
index ba715d9798b0..984998a30741 100644
--- a/include/asm-x86/page_32.h
+++ b/include/asm-x86/page_32.h
@@ -50,11 +50,13 @@ typedef unsigned long phys_addr_t;
50typedef union { pteval_t pte, pte_low; } pte_t; 50typedef union { pteval_t pte, pte_low; } pte_t;
51typedef pte_t boot_pte_t; 51typedef pte_t boot_pte_t;
52 52
53typedef struct page *pgtable_t;
54
55#endif /* __ASSEMBLY__ */ 53#endif /* __ASSEMBLY__ */
56#endif /* CONFIG_X86_PAE */ 54#endif /* CONFIG_X86_PAE */
57 55
56#ifndef __ASSEMBLY__
57typedef struct page *pgtable_t;
58#endif
59
58#ifdef CONFIG_HUGETLB_PAGE 60#ifdef CONFIG_HUGETLB_PAGE
59#define HAVE_ARCH_HUGETLB_UNMAPPED_AREA 61#define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
60#endif 62#endif