diff options
author | Greg Edwards <edwardsg@sgi.com> | 2005-08-22 12:57:00 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-24 18:37:26 -0400 |
commit | 1b66776da71e33dff5edcc0b096ec3b7c40c75ad (patch) | |
tree | 138e13ac97b8af1f52f7fa798bc8f29851b9e176 /include/asm-ia64/page.h | |
parent | 0a41e2501160587eb8f66cef3bdf1c6f2cb86997 (diff) |
[IA64] clean up sn2 region definitions
Clean up some duplicate region definitions in sn2 code.
Signed-off-by: Greg Edwards <edwardsg@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/page.h')
-rw-r--r-- | include/asm-ia64/page.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/page.h b/include/asm-ia64/page.h index ec17f9e9da75..9edffad8c28b 100644 --- a/include/asm-ia64/page.h +++ b/include/asm-ia64/page.h | |||
@@ -17,9 +17,9 @@ | |||
17 | * Different regions are assigned to different purposes. | 17 | * Different regions are assigned to different purposes. |
18 | */ | 18 | */ |
19 | #define RGN_SHIFT (61) | 19 | #define RGN_SHIFT (61) |
20 | #define RGN_BASE(r) (__IA64_UL_CONST(r)<<RGN_SHIFT) | 20 | #define RGN_BASE(r) (__IA64_UL_CONST(r)<<RGN_SHIFT) |
21 | #define RGN_BITS (RGN_BASE(-1)) | ||
21 | 22 | ||
22 | #define KHIGH -1 /* high three bits of Kernel virtual address */ | ||
23 | #define RGN_KERNEL 7 /* Identity mapped region */ | 23 | #define RGN_KERNEL 7 /* Identity mapped region */ |
24 | #define RGN_UNCACHED 6 /* Identity mapped I/O region */ | 24 | #define RGN_UNCACHED 6 /* Identity mapped I/O region */ |
25 | #define RGN_GATE 5 /* Gate page, Kernel text, etc */ | 25 | #define RGN_GATE 5 /* Gate page, Kernel text, etc */ |