diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-09-08 11:33:04 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-09-08 15:37:04 +0200 |
commit | fc697dc0c26a5908d467454e49440862d7fe96d0 (patch) | |
tree | 89a0cc633b00b294644143b4a11a78bf18c77e0d /arch/parisc/include/asm/fixmap.h | |
parent | parisc: add __pdc_cpu_rendezvous() (diff) | |
download | linux-fc697dc0c26a5908d467454e49440862d7fe96d0.tar.xz linux-fc697dc0c26a5908d467454e49440862d7fe96d0.zip |
parisc: add kexec syscall support
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/fixmap.h')
-rw-r--r-- | arch/parisc/include/asm/fixmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/fixmap.h b/arch/parisc/include/asm/fixmap.h index 288da73d4cc0..e480b2c05407 100644 --- a/arch/parisc/include/asm/fixmap.h +++ b/arch/parisc/include/asm/fixmap.h @@ -30,6 +30,7 @@ enum fixed_addresses { /* Support writing RO kernel text via kprobes, jump labels, etc. */ FIX_TEXT_POKE0, + FIX_TEXT_KEXEC, FIX_BITMAP_COUNT }; |