]> err.no Git - linux-2.6/blobdiff - include/asm-x86/page.h
Merge git://oss.sgi.com:8090/xfs/linux-2.6
[linux-2.6] / include / asm-x86 / page.h
index 6c846228948d54f739ca59385ea647b521e39f32..49982110e4d94e4025896a6c05d7fddecca382ae 100644 (file)
@@ -32,8 +32,7 @@
 #define HPAGE_MASK             (~(HPAGE_SIZE - 1))
 #define HUGETLB_PAGE_ORDER     (HPAGE_SHIFT - PAGE_SHIFT)
 
-/* to align the pointer to the (next) page boundary */
-#define PAGE_ALIGN(addr)       (((addr)+PAGE_SIZE-1)&PAGE_MASK)
+#define HUGE_MAX_HSTATE 2
 
 #ifndef __ASSEMBLY__
 #include <linux/types.h>