From ad5ad18ea224ba1d4e9765192cde8cdd8de0653a Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 3 Nov 2011 10:10:04 -0400 Subject: Adjust some PPC64 config settings suggested by Anton Blanchard --- config-powerpc64 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'config-powerpc64') diff --git a/config-powerpc64 b/config-powerpc64 index 6f84e16bf..08994de14 100644 --- a/config-powerpc64 +++ b/config-powerpc64 @@ -83,6 +83,12 @@ CONFIG_PPC_64K_PAGES=y CONFIG_PPC_SUBPAGE_PROT=y CONFIG_SCHED_SMT=y +CONFIG_HZ=100 +CONFIG_HZ_100=y +# CONFIG_HZ_1000 is not set + +CONFIG_MEMORY_HOTREMOVE=y + # CONFIG_MV643XX_ETH is not set CONFIG_IRQSTACKS=y CONFIG_DEBUG_STACKOVERFLOW=y @@ -91,7 +97,7 @@ CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_EHEA=m CONFIG_INFINIBAND_EHCA=m -CONFIG_HCALL_STATS=y +# CONFIG_HCALL_STATS is not set CONFIG_XMON_DISASSEMBLY=y @@ -138,7 +144,9 @@ CONFIG_KVM_BOOK3S_64=m CONFIG_PPC_SMLPAR=y CONFIG_CMM=y #-- DLPAR memory remove -# CONFIG_SPARSEMEM_VMEMMAP is not set +CONFIG_SPARSEMEM_VMEMMAP=y + +# CONFIG_COMPACTION is not set CONFIG_PSERIES_ENERGY=m -- cgit