From: Mike Travis Date: Fri, 16 May 2008 17:44:39 +0000 (-0700) Subject: x86: change maximum NR_CPUS to 4096 and MAX_NUMNODES to 512 X-Git-Tag: v2.6.27-rc1~1106^2~251^14~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ed64295f0fed9131b42122234b1ce4a4a266cf;p=pandora-kernel.git x86: change maximum NR_CPUS to 4096 and MAX_NUMNODES to 512 * Change the range of NR_CPUS from 2-255 to 2-4096 and change the range of MAX_NUMNODES (NODES_SHIFT) from 1-32768 to 1-512. * Alter comment about how much each increment of NR_CPUS consumes. (This was found by configuring for 256 cpus and then 512 cpus and dividing the difference by 256.) Signed-off-by: Mike Travis Cc: Andrew Morton Cc: Dave Jones Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed