[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUs
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Sat, 3 Sep 2005 22:56:31 +0000 (15:56 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:10 +0000 (00:06 -0700)
commit911a62d42365076209e2c327e7688db296e35d62
tree51e6d8525cd3547ea43129b5dd20339655674d57
parent484b90c4b965d54037ff99b198d84cdf144f8a35
[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUs

i386 generic subarchitecture requires explicit dmi strings or command line
to enable bigsmp mode.  The patch below removes that restriction, and uses
bigsmp as soon as it finds more than 8 logical CPUs, Intel processors and
xAPIC support.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/acpi/boot.c
arch/i386/kernel/mpparse.c
arch/i386/kernel/setup.c
arch/i386/mach-generic/bigsmp.c
arch/i386/mach-generic/probe.c
include/asm-i386/apicdef.h
include/asm-i386/mach-generic/mach_apic.h
include/asm-i386/mpspec.h