From: Mike Travis Date: Mon, 12 May 2008 19:21:12 +0000 (+0200) Subject: x86: modify Kconfig to allow up to 4096 cpus X-Git-Tag: v2.6.27-rc1~1106^2~246^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1184dc2ffe2c8fb9afb766d870850f2c3165ef25;p=pandora-kernel.git x86: modify Kconfig to allow up to 4096 cpus * Increase the limit of NR_CPUS to 4096 and introduce a boolean called "MAXSMP" which when set (e.g. "allyesconfig"), will set NR_CPUS = 4096 and NODES_SHIFT = 9 (512). * Changed max setting for NODES_SHIFT from 15 to 9 to accurately reflect the real limit. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed