commit | 1184dc2ffe2c8fb9afb766d870850f2c3165ef25 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Mon May 12 21:21:12 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 11:30:42 2008 +0200 |
tree | ca73c4f92b85b1930fabd164a49140b36befb567 | |
parent | 7496b60654e759d0b9008b80908e80727904b3c4 [diff] |
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 <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>