diff options
Diffstat (limited to 'include/asm-mips/pgtable-64.h')
-rw-r--r-- | include/asm-mips/pgtable-64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/pgtable-64.h b/include/asm-mips/pgtable-64.h index 704b551f59e9..1011e0635f56 100644 --- a/include/asm-mips/pgtable-64.h +++ b/include/asm-mips/pgtable-64.h | |||
@@ -89,7 +89,7 @@ | |||
89 | #define PTRS_PER_PTE ((PAGE_SIZE << PTE_ORDER) / sizeof(pte_t)) | 89 | #define PTRS_PER_PTE ((PAGE_SIZE << PTE_ORDER) / sizeof(pte_t)) |
90 | 90 | ||
91 | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) | 91 | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) |
92 | #define FIRST_USER_PGD_NR 0 | 92 | #define FIRST_USER_ADDRESS 0 |
93 | 93 | ||
94 | #define VMALLOC_START XKSEG | 94 | #define VMALLOC_START XKSEG |
95 | #define VMALLOC_END \ | 95 | #define VMALLOC_END \ |