]> err.no Git - linux-2.6/blobdiff - include/asm-ia64/page.h
[PATCH] sunrpc: print unsigned integers in stats
[linux-2.6] / include / asm-ia64 / page.h
index ec17f9e9da75c35944fe52cac94c57390d97cda0..9edffad8c28b730b301a9725d2af79463be57bde 100644 (file)
@@ -17,9 +17,9 @@
  * Different regions are assigned to different purposes.
  */
 #define RGN_SHIFT      (61)
-#define RGN_BASE(r)  (__IA64_UL_CONST(r)<<RGN_SHIFT)
+#define RGN_BASE(r)    (__IA64_UL_CONST(r)<<RGN_SHIFT)
+#define RGN_BITS       (RGN_BASE(-1))
 
-#define KHIGH -1       /* high three bits of Kernel virtual address */
 #define RGN_KERNEL     7       /* Identity mapped region */
 #define RGN_UNCACHED    6      /* Identity mapped I/O region */
 #define RGN_GATE       5       /* Gate page, Kernel text, etc */