From: Andi Kleen Date: Sat, 25 Mar 2006 15:30:58 +0000 (+0100) Subject: [PATCH] x86_64: Limit max number of CPUs to 255 X-Git-Tag: v2.6.17-rc1~689 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d4bed417b5943577e9290fbf672ea9a449dc46;p=pandora-kernel.git [PATCH] x86_64: Limit max number of CPUs to 255 Because 256 causes overflows in some code that stores them in 8 bit fields and the x86 APIC architecture cannot handle more than 255 anyways. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed