]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
memory hotplug: solve config broken: undefined reference to `online_page'
authorYasunori Goto <y-goto@jp.fujitsu.com>
Thu, 29 Jun 2006 09:24:27 +0000 (02:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Jul 2006 03:35:20 +0000 (20:35 -0700)
commit4b6f4d57b81ba77366c329bd90c76bc0e5c5b20d
treeef476a0f5b84f56b086d0508a834911e6ee19b18
parent9f24916834aaa1a31d90505c671e4746471200bf
memory hotplug: solve config broken: undefined reference to `online_page'

Memory hotplug code of i386 adds memory to only highmem.  So, if
CONFIG_HIGHMEM is not set, CONFIG_MEMORY_HOTPLUG shouldn't be set.
Otherwise, it causes compile error.

In addition, many architecture can't use memory hotplug feature yet.  So, I
introduce CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG.

Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/Kconfig
arch/ia64/Kconfig
arch/powerpc/Kconfig
arch/x86_64/Kconfig
mm/Kconfig