diff options
Diffstat (limited to 'include/asm-i386/pgtable.h')
-rw-r--r-- | include/asm-i386/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/pgtable.h b/include/asm-i386/pgtable.h index 488c2b4befa5..5c725425d863 100644 --- a/include/asm-i386/pgtable.h +++ b/include/asm-i386/pgtable.h | |||
@@ -60,7 +60,7 @@ void paging_init(void); | |||
60 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) | 60 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
61 | 61 | ||
62 | #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) | 62 | #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) |
63 | #define FIRST_USER_PGD_NR 0 | 63 | #define FIRST_USER_ADDRESS 0 |
64 | 64 | ||
65 | #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT) | 65 | #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT) |
66 | #define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS) | 66 | #define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS) |