diff options
author | Hugh Dickins <hugh@veritas.com> | 2005-04-19 16:29:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org.(none)> | 2005-04-19 16:29:23 -0400 |
commit | d455a3696c72283923e6870e9e4fe1daa861d7cd (patch) | |
tree | 572661a1ed6cceaf83cad55921b7812feace69ee /include/asm-ia64 | |
parent | cdfb82fff33cf3b1a367a427e5d89a012dc568b1 (diff) |
[PATCH] freepgt: arch FIRST_USER_ADDRESS 0
Replace misleading definition of FIRST_USER_PGD_NR 0 by definition of
FIRST_USER_ADDRESS 0 in all the MMU architectures beyond arm and arm26.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/pgtable.h b/include/asm-ia64/pgtable.h index fecfd0f68961..ea121a002309 100644 --- a/include/asm-ia64/pgtable.h +++ b/include/asm-ia64/pgtable.h | |||
@@ -93,7 +93,7 @@ | |||
93 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) | 93 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
94 | #define PTRS_PER_PGD (1UL << (PAGE_SHIFT-3)) | 94 | #define PTRS_PER_PGD (1UL << (PAGE_SHIFT-3)) |
95 | #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ | 95 | #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ |
96 | #define FIRST_USER_PGD_NR 0 | 96 | #define FIRST_USER_ADDRESS 0 |
97 | 97 | ||
98 | /* | 98 | /* |
99 | * Definitions for second level: | 99 | * Definitions for second level: |