diff options
author | Philipp Rudo <prudo@linux.vnet.ibm.com> | 2017-08-28 15:32:36 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-04-16 09:10:22 +0200 |
commit | 840798a1f52994c172270893bd2ec6013cc92e40 (patch) | |
tree | 338936422b71c2f0d6ab52fe7c81537cacdeadf0 /arch/s390/Kconfig | |
parent | 15ceb8c936d13d940ca9e53996fbd05a26ce96db (diff) | |
download | talos-op-linux-840798a1f52994c172270893bd2ec6013cc92e40.tar.gz talos-op-linux-840798a1f52994c172270893bd2ec6013cc92e40.zip |
s390/kexec_file: Add purgatory
The common code expects the architecture to have a purgatory that runs
between the two kernels. Add it now. For simplicity first skip crash
support.
Signed-off-by: Philipp Rudo <prudo@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 32a0d5b958bf..5b8d0859b317 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -51,6 +51,10 @@ config KEXEC def_bool y select KEXEC_CORE +config ARCH_HAS_KEXEC_PURGATORY + def_bool y + depends on KEXEC_FILE + config AUDIT_ARCH def_bool y |