Skip to content

Commit

Permalink
powerpc: Correct dependency of KEXEC
Browse files Browse the repository at this point in the history
commit 28794d3 ("powerpc/kconfig: Kill
PPC_MULTIPLATFORM") broke KEXEC, by making it dependent on BOOK3S, while it
should be PPC_BOOK3S.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
Geert Uytterhoeven authored and paulusmack committed Apr 7, 2009
1 parent 7e875e9 commit cb93d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE

config KEXEC
bool "kexec system call (EXPERIMENTAL)"
depends on BOOK3S && EXPERIMENTAL
depends on PPC_BOOK3S && EXPERIMENTAL
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
Expand Down

0 comments on commit cb93d56

Please sign in to comment.