aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/include/asm/page.h')
-rw-r--r--arch/arc/include/asm/page.h4
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 */
33typedef struct { 33typedef 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;
36typedef struct { 40typedef struct {
37 unsigned long pgd; 41 unsigned long pgd;