|
@@ -41,7 +41,7 @@
|
|
#define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT)
|
|
#define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT)
|
|
#define PAGE_MASK (~(PAGE_SIZE - 1))
|
|
#define PAGE_MASK (~(PAGE_SIZE - 1))
|
|
|
|
|
|
-#define PERCPU_PAGE_SHIFT 16 /* log2() of max. size of per-CPU area */
|
|
|
|
|
|
+#define PERCPU_PAGE_SHIFT 18 /* log2() of max. size of per-CPU area */
|
|
#define PERCPU_PAGE_SIZE (__IA64_UL_CONST(1) << PERCPU_PAGE_SHIFT)
|
|
#define PERCPU_PAGE_SIZE (__IA64_UL_CONST(1) << PERCPU_PAGE_SHIFT)
|
|
|
|
|
|
|
|
|