From: Tejun Heo Date: Fri, 4 Mar 2011 15:32:02 +0000 (+0100) Subject: x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() X-Git-Tag: v2.6.39-rc1~499^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=078a198906c796981f93ff100c210506e91aade5;p=pandora-kernel.git x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() Undetermined entries in emu_nid_to_phys[] are filled with zero assuming that physical node 0 is always online; however, this might not be true depending on hardware configuration. Find a physical node which is actually online and use it instead. Signed-off-by: Tejun Heo Reported-by: David Rientjes LKML-Reference: --- Reading git-diff-tree failed