x86, acpi: Map hotadded cpu to correct node.
authorHaicheng Li <haicheng.li@linux.intel.com>
Thu, 4 Feb 2010 11:06:33 +0000 (19:06 +0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 10 Feb 2010 19:00:43 +0000 (11:00 -0800)
When hotadd new cpu to system, if its affinitive node is online,
should map the cpu to its own node.  Otherwise, let kernel select one
online node for the new cpu later.

Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com>
LKML-Reference: <4B6AAA39.6000300@linux.intel.com>
Tested-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found