summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-01-17 14:33:12 -0500
committerDave Jones <davej@redhat.com>2012-01-17 14:33:12 -0500
commitd283b6f1bb095ba52e957dc155a51e2097d8c5ca (patch)
tree616c75f528fcc88b5558cfe70f8e6834393eb0e2 /Makefile.release
parent96efdd95530325e0164f0fa007600b6e17b73294 (diff)
downloadkernel-d283b6f1bb095ba52e957dc155a51e2097d8c5ca.tar.gz
kernel-d283b6f1bb095ba52e957dc155a51e2097d8c5ca.tar.xz
kernel-d283b6f1bb095ba52e957dc155a51e2097d8c5ca.zip
Change maximum CPU support for x86-64.
Rawhide builds now use MAXSMP on x86. For release builds, set x86-64 to support 64 CPUs. If larger systems become widespread, we can increase in an update.
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release
index f911ec65..2ef19fe0 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -75,6 +75,7 @@ config-release:
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug
# Change defaults back to sane things.
- @perl -pi -e 's/CONFIG_NR_CPUS=512/CONFIG_NR_CPUS=256/' config-x86_64-generic
+ @perl -pi -e 's/CONFIG_MAXSMP=y/# CONFIG_MAXSMP is not set/' config-x86-generic
+
# Disable UAS for release until it's ready.
@perl -pi -e 's/CONFIG_USB_UAS=m/# CONFIG_USB_UAS is not set/' config-generic