diff options
Diffstat (limited to 'arch/arc/include/asm/page.h')
-rw-r--r-- | arch/arc/include/asm/page.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arc/include/asm/page.h b/arch/arc/include/asm/page.h index 0d53854884d0..296c3426a6ad 100644 --- a/arch/arc/include/asm/page.h +++ b/arch/arc/include/asm/page.h | |||
@@ -31,7 +31,11 @@ void clear_user_page(void *to, unsigned long u_vaddr, struct page *page); | |||
31 | * These are used to make use of C type-checking.. | 31 | * These are used to make use of C type-checking.. |
32 | */ | 32 | */ |
33 | typedef struct { | 33 | typedef struct { |
34 | #ifdef CONFIG_ARC_HAS_PAE40 | ||
35 | unsigned long long pte; | ||
36 | #else | ||
34 | unsigned long pte; | 37 | unsigned long pte; |
38 | #endif | ||
35 | } pte_t; | 39 | } pte_t; |
36 | typedef struct { | 40 | typedef struct { |
37 | unsigned long pgd; | 41 | unsigned long pgd; |