x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nid
authorWei Yang <richard.weiyang@gmail.com>
Sat, 8 Jul 2017 01:30:57 +0000 (09:30 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 18 Jul 2017 09:16:49 +0000 (11:16 +0200)
commit158f424f427e686816bc64cd623e3bfc3390dfb0
tree4624dc1d428a34bb614d66b802d83c4f39025c01
parentcb8c65ccff7f77d0285f1b126c72d37b2572c865
x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nid

max_emu_nid and dfl_phys_nid is calculated from emu_nid_to_phys[], which is
calculated in split_nodes_xxx_interleave(). From the logic in these
functions, it is assured the emu_nid_to_phys[] has meaningful value if it
return successfully and ensures dfl_phys_nid will get a valid value.

This patch removes the error branch to check invalid dfl_phys_nid and
abstracts out this part to a function for readability.

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