]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] i386: fix flat mode numa on a real numa system
authorkeith mannthey <kmannth@us.ibm.com>
Mon, 25 Sep 2006 23:25:35 +0000 (16:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 00:38:36 +0000 (17:38 -0700)
commit7e7194938c89ae36bd89147577d97330f69edca1
treea46cfc35789a597a5005ec1332897364b961e429
parent79759504de41598bf4b053e751f9f7efe3362a38
[PATCH] i386: fix flat mode numa on a real numa system

If there is only 1 node in the system cpus should think they are apart of
some other node.

If cases where a real numa system boots the Flat numa option make sure the
cpus don't claim to be apart on a non-existent node.

Signed-off-by: Keith Mannthey <kmannth@us.ibm.com>
Cc: Andy Whitcroft <apw@shadowen.org>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Andi Kleen <ak@suse.de>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/smpboot.c