diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2013-11-21 16:01:48 +0100 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2013-12-11 19:04:37 +0100 |
commit | b13d3580ee47ba3b2814e90b8a9b8241f7a4ba83 (patch) | |
tree | c1038e66d0e1029f1f46bf1248ca55abacf496e5 /arch/s390/include | |
parent | 949c007acd8b6887cf5f3ac86512a7b12fa245dc (diff) | |
download | op-kernel-dev-b13d3580ee47ba3b2814e90b8a9b8241f7a4ba83.zip op-kernel-dev-b13d3580ee47ba3b2814e90b8a9b8241f7a4ba83.tar.gz |
KVM: s390: Add the SIGP order CONDITIONAL EMERGENCY SIGNAL
This patch adds the missing SIGP order "conditional emergency
signal" by calling the "emergency signal" SIGP handler if the
required conditions are met.
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/sigp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sigp.h b/arch/s390/include/asm/sigp.h index 5a87d16..c002cd5 100644 --- a/arch/s390/include/asm/sigp.h +++ b/arch/s390/include/asm/sigp.h @@ -12,6 +12,7 @@ #define SIGP_SET_PREFIX 13 #define SIGP_STORE_STATUS_AT_ADDRESS 14 #define SIGP_SET_ARCHITECTURE 18 +#define SIGP_COND_EMERGENCY_SIGNAL 19 #define SIGP_SENSE_RUNNING 21 /* SIGP condition codes */ |