Cc: Jeff Chua <jeff.chua.linux@...>, Linus Torvalds <torvalds@...>, David Miller <davem@...>, Max Krasnyansky <maxk@...>, Li Zefan <lizf@...>, lkml <linux-kernel@...>
On Mon, Aug 11, 2008 at 12:59 PM, Ingo Molnar <mingo@elte.hu> wrote:
in setup.c::setup_arch() after go over with madt or mptable
#if defined(CONFIG_SMP) && defined(CONFIG_X86_PC) && defined(CONFIG_X86_32)
if (def_to_bigsmp)
printk(KERN_WARNING "More than 8 CPUs detected and "
"CONFIG_X86_PC cannot handle it.\nUse "
"CONFIG_X86_GENERICARCH or
CONFIG_X86_BIGSMP.\n"); ===> here need to change "or" to "and"
#endif
or just panic here? because screen scroll to pass it, and user will
not notice that...
YH
--