diff options
author | Tiejun Chen <tiejun.chen@windriver.com> | 2015-10-06 22:48:22 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-10-27 18:13:30 -0500 |
commit | 96eea6426f56042c28eff849cb2cc01895db081e (patch) | |
tree | 3b1d336f74f0ae37a754948fa0dae8c45d3c2870 /arch/powerpc/Kconfig | |
parent | ae73e4ccbc91853259d730fd8c5089bdf06a4fa3 (diff) | |
download | linux-stable-96eea6426f56042c28eff849cb2cc01895db081e.tar.gz linux-stable-96eea6426f56042c28eff849cb2cc01895db081e.tar.bz2 linux-stable-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 |