diff options
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/include/asm/pgtable.h b/arch/frv/include/asm/pgtable.h index c49699d5902d..93bcf2abd1a1 100644 --- a/arch/frv/include/asm/pgtable.h +++ b/arch/frv/include/asm/pgtable.h | |||
@@ -140,7 +140,7 @@ extern unsigned long empty_zero_page; | |||
140 | #define PTRS_PER_PTE 4096 | 140 | #define PTRS_PER_PTE 4096 |
141 | 141 | ||
142 | #define USER_PGDS_IN_LAST_PML4 (TASK_SIZE / PGDIR_SIZE) | 142 | #define USER_PGDS_IN_LAST_PML4 (TASK_SIZE / PGDIR_SIZE) |
143 | #define FIRST_USER_ADDRESS 0 | 143 | #define FIRST_USER_ADDRESS 0UL |
144 | 144 | ||
145 | #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT) | 145 | #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT) |
146 | #define KERNEL_PGD_PTRS (PTRS_PER_PGD - USER_PGD_PTRS) | 146 | #define KERNEL_PGD_PTRS (PTRS_PER_PGD - USER_PGD_PTRS) |