summaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-02-07 22:31:57 +0100
committerHelge Deller <deller@gmx.de>2019-02-21 20:37:12 +0100
commit3b26fdafbe2f42627e11ca5c67af565e5c67995f (patch)
tree987ce05ab26f48eddd5832deac3923e2889e30dd /arch/parisc
parent97d7e2e3fd8a080866701ebf2f40c04c257ff216 (diff)
downloadlinux-0-day-3b26fdafbe2f42627e11ca5c67af565e5c67995f.tar.gz
linux-0-day-3b26fdafbe2f42627e11ca5c67af565e5c67995f.tar.xz
parisc: Add PDC_CRASH_PREP PDC function number
Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/uapi/asm/pdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/uapi/asm/pdc.h b/arch/parisc/include/uapi/asm/pdc.h
index 593eeb5731387..6d68bda2d2615 100644
--- a/arch/parisc/include/uapi/asm/pdc.h
+++ b/arch/parisc/include/uapi/asm/pdc.h
@@ -167,6 +167,7 @@
#define PDC_SOFT_POWER_INFO 0 /* return info about the soft power switch */
#define PDC_SOFT_POWER_ENABLE 1 /* enable/disable soft power switch */
+#define PDC_CRASH_PREP 25 /* Prepare system for crash dump */
/* HVERSION dependent */