]> Pileus Git - ~andy/linux/commit
x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 change
authorTejun Heo <tj@kernel.org>
Mon, 4 Apr 2011 10:06:45 +0000 (03:06 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Apr 2011 14:56:33 +0000 (16:56 +0200)
commit765af22da8a61bd44d354b3c3be955c332325b2f
tree4e54d9b0fa626e359ff99eaddadf7f31caea79ec
parent43a6246f9c41e4d4cc3da0c62c5c44bce569ca2d
x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 change

Commit d8fc3afc49 (x86, NUMA: Move *_numa_init() invocations
into initmem_init()) moved acpi_numa_init() call into NUMA
initmem_init() but forgot to update 32bit NUMA init breaking ACPI
NUMA configuration for 32bit.

acpi_numa_init() call was later moved again to srat_64.c.  Match
it by adding the call to get_memcfg_from_srat() in srat_32.c.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: David Rientjes <rientjes@google.com>
Cc: H. Peter Anvin <hpa@linux.intel.com>
LKML-Reference: <20110404100645.GE1420@mtj.dyndns.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/srat_32.c