x86: early cpu_to_node fix in numa_64.c
commit1ce357129a55a791318e23f5d7b8a9f1352858aa
authortravis@sgi.com <travis@sgi.com>
Wed, 30 Jan 2008 12:33:33 +0000 (30 13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:33 +0000 (30 13:33 +0100)
tree4d6ba4f507140d31f5564a17e52773b3c31e0a81
parente6c4dc6c36b01d33a2e0c8a89828d8dd44fb4c1b
x86: early cpu_to_node fix in numa_64.c

Both of these references to cpu_to_node() can potentially occur
before the "late" cpu_to_node map is setup.  Therefore, they
should be changed to use early_cpu_to_node().

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/numa_64.c