summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorYasunori Goto2006-06-29 11:24:27 +0200
committerLinus Torvalds2006-06-29 19:26:20 +0200
commitcc57637b0b015fb5d70dbbec740de516d33af07d (patch)
treeeafbfdf6e058194b46f0fe8dcb0e0c5de5b6fd6d /arch/powerpc/Kconfig
parent[PATCH] generic_file_buffered_write(): handle zero-length iovec segments (diff)
downloadkernel-qcow2-linux-cc57637b0b015fb5d70dbbec740de516d33af07d.tar.gz
kernel-qcow2-linux-cc57637b0b015fb5d70dbbec740de516d33af07d.tar.xz
kernel-qcow2-linux-cc57637b0b015fb5d70dbbec740de516d33af07d.zip
[PATCH] 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> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e922a88b2bad..e2e9df344ab7 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -618,6 +618,9 @@ config HOTPLUG_CPU
Say N if you are unsure.
+config ARCH_ENABLE_MEMORY_HOTPLUG
+ def_bool y
+
config KEXEC
bool "kexec system call (EXPERIMENTAL)"
depends on PPC_MULTIPLATFORM && EXPERIMENTAL