arch: define CONFIG_PAGE_SIZE_*KB on all architectures
[linux-2.6-microblaze.git] / arch / um / include / asm / page.h
index 8486612..9ef9a8a 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/const.h>
 
 /* PAGE_SHIFT determines the page size */
-#define PAGE_SHIFT     12
+#define PAGE_SHIFT     CONFIG_PAGE_SHIFT
 #define PAGE_SIZE      (_AC(1, UL) << PAGE_SHIFT)
 #define PAGE_MASK      (~(PAGE_SIZE-1))