[GIT PULL tip:x86/mm] x86-64, NUMA: NUMA related misc changes

From: Tejun Heo
Date: Tue Feb 22 2011 - 06:20:40 EST


Ingo, please pull from the following git branch to receive five
commits updating x86-64 NUMA code. These five patches shouldn't cause
any visible behavior change. The HEAD is 2bf50555b0 (x86-64, NUMA:
Seperate out numa_alloc_distance() from numa_set_distance()).

git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-numa

git.korg still seems a bit slow to sync, so if you can't see the HEAD
there please pull from master.korg.

ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-numa

Thanks.

Tejun Heo (3):
x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file
x86-64, NUMA: Move NUMA emulation into numa_emulation.c
x86-64, NUMA: Add proper function comments to global functions

Yinghai Lu (2):
x86-64, NUMA: Do not scan two times for setup_node_bootmem()
x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance()

arch/x86/mm/Makefile | 1 +
arch/x86/mm/numa_64.c | 629 +++++++-----------------------------------
arch/x86/mm/numa_emulation.c | 475 +++++++++++++++++++++++++++++++
arch/x86/mm/numa_internal.h | 31 ++
4 files changed, 607 insertions(+), 529 deletions(-)
create mode 100644 arch/x86/mm/numa_emulation.c
create mode 100644 arch/x86/mm/numa_internal.h


--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/