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
This commit is contained in:
Josh Boyer 2011-09-15 14:01:12 -04:00
parent 1830f9798f
commit 90792faae2
1 changed files with 1 additions and 1 deletions

View File

@ -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