summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/fixmap.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-09-08 11:33:04 +0200
committerHelge Deller <deller@gmx.de>2019-09-08 15:37:04 +0200
commitfc697dc0c26a5908d467454e49440862d7fe96d0 (patch)
tree89a0cc633b00b294644143b4a11a78bf18c77e0d /arch/parisc/include/asm/fixmap.h
parent507efd63d98c4437d62bbfa932b322e72723e1fc (diff)
downloadlinux-stable-fc697dc0c26a5908d467454e49440862d7fe96d0.tar.gz
linux-stable-fc697dc0c26a5908d467454e49440862d7fe96d0.tar.bz2
linux-stable-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.h1
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
};