diff options
author | Tiejun Chen <tiejun.chen@windriver.com> | 2015-10-07 05:48:22 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-10-28 00:13:30 +0100 |
commit | 96eea6426f56042c28eff849cb2cc01895db081e (patch) | |
tree | 3b1d336f74f0ae37a754948fa0dae8c45d3c2870 /arch/powerpc/Kconfig | |
parent | powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloop (diff) | |
download | linux-96eea6426f56042c28eff849cb2cc01895db081e.tar.xz linux-96eea6426f56042c28eff849cb2cc01895db081e.zip |
powerpc/book3e-64: Enable kexec
Allow KEXEC for book3e, and bypass or convert non-book3e stuff
in kexec code.
Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
[scottwood@freescale.com: move code to minimize diff, and cleanup]
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-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 9a7057ec2154..db49e0d796b1 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -419,7 +419,7 @@ config PPC64_SUPPORTS_MEMORY_FAILURE config KEXEC bool "kexec system call" - depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) + depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) || PPC_BOOK3E select KEXEC_CORE help kexec is a system call that implements the ability to shutdown your |