From 90792faae211f9978fa9704df74afc6bff5b668f Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 15 Sep 2011 14:01:12 -0400 Subject: [PATCH] Set CONFIG_MAX_ZONEORDER to 9 on ppc64 with 64K pages The previous setting of 13 caused build errors: In file included from include/linux/topology.h:32:0, from include/linux/sched.h:78, from arch/powerpc/kernel/asm-offsets.c:17: include/linux/mmzone.h:961:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE make[1]: *** [arch/powerpc/kernel/asm-offsets.s] Error 1 --- config-powerpc64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-powerpc64 b/config-powerpc64 index 9f042f46c..2bee4edbf 100644 --- a/config-powerpc64 +++ b/config-powerpc64 @@ -149,7 +149,7 @@ CONFIG_EDAC_CPC925=m CONFIG_FRAME_WARN=2048 CONFIG_PHYP_DUMP=y -CONFIG_FORCE_MAX_ZONEORDER=13 +CONFIG_FORCE_MAX_ZONEORDER=9 CONFIG_VIRTUALIZATION=y CONFIG_VSX=y