x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodes
authorWei Yang <richard.weiyang@gmail.com>
Sat, 8 Jul 2017 01:30:59 +0000 (09:30 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 18 Jul 2017 09:16:49 +0000 (11:16 +0200)
commit4f167201edda7cd7525cc7f23944731ef5dd99a8
tree8ab7a84ce85810b08d0e6870d3be43721e294409
parentd80a9eb3c78d7d0c823a8224cd6e3b37ebdfd8cd
x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodes

When emulating NUMA, the kernel's emulated NUMA configuration may contain
more or less nodes than there are physical nodes.

In numa_emulation(), we recalculate numa_meminfo/numa_distance/__apicid_to_node
according to the number of emulated nodes, except numa_nodes_parsed, which is
arguably an omission.

Recalculate numa_nodes_parsed as well.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: bp@alien8.de
Cc: kirill@shutemov.name
Cc: tj@kernel.org
Link: http://lkml.kernel.org/r/20170708013059.29708-4-richard.weiyang@gmail.com
[ Changelog fixes. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/numa_emulation.c