From 9af5292fa6cb65a53e7559a5d112aabee019c505 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Tue, 17 Feb 2009 12:53:06 +0000 Subject: [PATCH] [x86_64] set NR_CPUS to 512 2.6.27 saw the relevant fixes for NR_CPUS > 128 by the sgi guys: "Yes, we are aiming at having NR_CPUS=4096 as the default for distros using 2.6.27." Mike Travis don't shoot that high but 32 is much too low, 512 is seen in fedora, thus presumed good. svn path=/dists/trunk/linux-2.6/; revision=12823 --- debian/changelog | 1 + debian/config/amd64/config.amd64 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5b5a5ff66..171f33d2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -67,6 +67,7 @@ linux-2.6 (2.6.28-1~experimental.1) UNRELEASED; urgency=low * linux-libc-dev: Add versioned replaces libdrm-dev. (closes: #513604) * topconfig: Enable MACVLAN. (closes: #504611) * [ppc] BAYCOM_PAR, BAYCOM_EPP. + * [x86_64] set NR_CPUS to 512. (closes: #491309) [ Martin Michlmayr ] * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660. diff --git a/debian/config/amd64/config.amd64 b/debian/config/amd64/config.amd64 index 16302875f..788641692 100644 --- a/debian/config/amd64/config.amd64 +++ b/debian/config/amd64/config.amd64 @@ -2,7 +2,7 @@ ## file: arch/x86/Kconfig ## CONFIG_SMP=y -CONFIG_NR_CPUS=32 +CONFIG_NR_CPUS=512 CONFIG_X86_MCE_AMD=y CONFIG_NUMA=y CONFIG_K8_NUMA=y