[PATCH] x86_64: add x86-64 support for memory hot-add
authorMatt Tolentino <metolent@cs.vt.edu>
Tue, 17 Jan 2006 06:03:41 +0000 (07:03 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:18:35 +0000 (23:18 -0800)
commit44df75e629106efcada087cead6c3f33ed6bcc60
tree34f7c85748bf1b77c3568d4d1cc0d3d0195abcc7
parent8817210d4d968e58f7d93db2eecd17b20dd03d40
[PATCH] x86_64: add x86-64 support for memory hot-add

Add x86-64 specific memory hot-add functions, Kconfig options,
and runtime kernel page table update functions to make
hot-add usable on x86-64 machines.  Also, fixup the nefarious
conditional locking and exports pointed out by Andi.

Tested on Intel and IBM x86-64 memory hot-add capable systems.

Signed-off-by: Matt Tolentino <matthew.e.tolentino@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/Kconfig
arch/x86_64/mm/init.c