[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enable
authorKeith Mannthey <kmannth@us.ibm.com>
Sun, 1 Oct 2006 06:27:06 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:18 +0000 (00:39 -0700)
commit4942e998b40b8f6080930ec16442444e9930aee5
tree7b321e7e632dddb88539dd2e22c3b4ad06fae4f2
parent71efa8fdc55e70ec6687c897a30759f0a2c2ad7e
[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enable

The api for hot-add memory already has a construct for finding nodes based on
an address, memory_add_physaddr_to_nid.  This patch allows the fucntion to do
something besides return 0.  It uses the nodes_add infomation to lookup to
node info for a hot add event.

Signed-off-by: Keith Mannthey <kmannth@us.ibm.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/init.c
arch/x86_64/mm/srat.c