[arch-commits] Commit in linux/trunk (config config.x86_64)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Oct 9 10:05:47 UTC 2013


    Date: Wednesday, October 9, 2013 @ 12:05:47
  Author: tpowa
Revision: 196237

increase NR_CPU to 32 for i686 and 128 for x86_64

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---------------+
 config        |    2 +-
 config.x86_64 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===================================================================
--- config	2013-10-09 09:41:32 UTC (rev 196236)
+++ config	2013-10-09 10:05:47 UTC (rev 196237)
@@ -395,7 +395,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 is not set

Modified: config.x86_64
===================================================================
--- config.x86_64	2013-10-09 09:41:32 UTC (rev 196236)
+++ config.x86_64	2013-10-09 10:05:47 UTC (rev 196237)
@@ -389,7 +389,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 is not set




More information about the arch-commits mailing list