diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-02-07 22:31:57 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-02-21 20:37:12 +0100 |
commit | 3b26fdafbe2f42627e11ca5c67af565e5c67995f (patch) | |
tree | 987ce05ab26f48eddd5832deac3923e2889e30dd /arch/parisc | |
parent | 97d7e2e3fd8a080866701ebf2f40c04c257ff216 (diff) | |
download | linux-3b26fdafbe2f42627e11ca5c67af565e5c67995f.tar.bz2 |
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.h | 1 |
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 593eeb573138..6d68bda2d261 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 */ |