diff options
| author | Badari Pulavarty <[email protected]> | 2008-02-05 00:10:17 -0800 |
|---|---|---|
| committer | Paul Mackerras <[email protected]> | 2008-02-08 19:52:47 +1100 |
| commit | 1482471d19e77d794012dbacaa65c44ceaae37bb (patch) | |
| tree | d216e9fa9d830d353c7665cff8d8058863b41da4 | |
| parent | aa620abe756207222d234f785d41435fac486e06 (diff) | |
[POWERPC] Enable hotplug memory remove for 64-bit powerpc
Enable hotplug memory remove for ppc64.
Signed-off-by: Badari Pulavarty <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Kumar Gala <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
| -rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8dcac0b22d68..d55063c021d5 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -272,6 +272,9 @@ config HOTPLUG_CPU config ARCH_ENABLE_MEMORY_HOTPLUG def_bool y +config ARCH_ENABLE_MEMORY_HOTREMOVE + def_bool y + config KEXEC bool "kexec system call (EXPERIMENTAL)" depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL |