[arch-commits] Commit in linux-lts/trunk (config config.x86_64)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Wed Oct 9 10:06:28 UTC 2013
Date: Wednesday, October 9, 2013 @ 12:06:27
Author: tpowa
Revision: 196238
increase NR_CPU to 32 for i686 and 128 for x86_64
Modified:
linux-lts/trunk/config
linux-lts/trunk/config.x86_64
---------------+
config | 2 +-
config.x86_64 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: config
===================================================================
--- config 2013-10-09 10:05:47 UTC (rev 196237)
+++ config 2013-10-09 10:06:27 UTC (rev 196238)
@@ -393,7 +393,7 @@
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
-CONFIG_NR_CPUS=8
+CONFIG_NR_CPUS=32
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_PREEMPT_NONE=y
Modified: config.x86_64
===================================================================
--- config.x86_64 2013-10-09 10:05:47 UTC (rev 196237)
+++ config.x86_64 2013-10-09 10:06:27 UTC (rev 196238)
@@ -386,7 +386,7 @@
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
-CONFIG_NR_CPUS=64
+CONFIG_NR_CPUS=128
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_PREEMPT_NONE=y
More information about the arch-commits
mailing list