diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-09-08 12:33:06 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-09-08 16:41:46 +0300 |
commit | 1191cf4986b5e8008c615896e487dc35fe922acd (patch) | |
tree | 9eb8cf30539a7ec1b98aa93d8785e4743844b6ce /arch/parisc/Kconfig | |
parent | 3be6e58ca1c971047d7e1975a52ea8b0daa460fc (diff) | |
download | linux-1191cf4986b5e8008c615896e487dc35fe922acd.tar.xz |
parisc: add support for kexec_file_load() syscall
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 548c767f4358..2e757c785239 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -359,6 +359,16 @@ config KEXEC shutdown, so do not be surprised if this code does not initially work for you. +config KEXEC_FILE + bool "kexec file based system call" + select KEXEC_CORE + select KEXEC_ELF + help + This enables the kexec_file_load() System call. This is + file based and takes file descriptors as system call argument + for kernel and initramfs as opposed to list of segments as + accepted by previous system call. + endmenu |