From patchwork Thu Mar 17 21:17:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Maverick, Natty, 1/1] UBUNTU: [Config] Set CONFIG_NR_CPUS=256 for amd64 generic Date: Thu, 17 Mar 2011 11:17:18 -0000 From: Brad Figg X-Patchwork-Id: 87432 Message-Id: <1300396638-29530-2-git-send-email-brad.figg@canonical.com> To: kernel-team@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/737124 SRU Justification Impact: Workstations with greater than 64 cores cannot boot. See: http://bugs.launchpad.net/bugs/706058 for information about memory impact. Signed-off-by: Brad Figg --- debian.master/config/amd64/config.flavour.generic | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/amd64/config.flavour.generic b/debian.master/config/amd64/config.flavour.generic index 58adfb5..a3d1808 100644 --- a/debian.master/config/amd64/config.flavour.generic +++ b/debian.master/config/amd64/config.flavour.generic @@ -6,7 +6,7 @@ CONFIG_DEFAULT_CFQ=y CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_INTEL_IDLE=y # CONFIG_MEMORY_HOTPLUG is not set -CONFIG_NR_CPUS=64 +CONFIG_NR_CPUS=256 # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y CONFIG_SCSI_SPI_ATTRS=m