commit | 911a62d42365076209e2c327e7688db296e35d62 | [log] [tgz] |
---|---|---|
author | Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | Sat Sep 03 15:56:31 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:10 2005 -0700 |
tree | 51e6d8525cd3547ea43129b5dd20339655674d57 | |
parent | 484b90c4b965d54037ff99b198d84cdf144f8a35 [diff] |
[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>