diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2009-04-02 02:25:41 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-04-07 01:19:00 -0400 |
commit | cb93d568e1ed2596e27f35b39241fe83955d9b26 (patch) | |
tree | aced19e0491bc6d8b18d83f41aa2e3514b5ecc6d | |
parent | 7e875e9dc8af70d126fa632446e967327ac3fdda (diff) |
powerpc: Correct dependency of KEXEC
commit 28794d34ecb6815a3fa0a4256027c9b081a17c5f ("powerpc/kconfig: Kill
PPC_MULTIPLATFORM") broke KEXEC, by making it dependent on BOOK3S, while it
should be PPC_BOOK3S.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index e0f0a4dbe9ae..5b50e1ac6179 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -316,7 +316,7 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE | |||
316 | 316 | ||
317 | config KEXEC | 317 | config KEXEC |
318 | bool "kexec system call (EXPERIMENTAL)" | 318 | bool "kexec system call (EXPERIMENTAL)" |
319 | depends on BOOK3S && EXPERIMENTAL | 319 | depends on PPC_BOOK3S && EXPERIMENTAL |
320 | help | 320 | help |
321 | kexec is a system call that implements the ability to shutdown your | 321 | kexec is a system call that implements the ability to shutdown your |
322 | current kernel, and to start another kernel. It is like a reboot | 322 | current kernel, and to start another kernel. It is like a reboot |