]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
KVM: s390: Add diag "watchdog functions" to trace event decoding
authorAlexander Yarygin <yarygin@linux.vnet.ibm.com>
Fri, 19 Feb 2016 09:21:26 +0000 (12:21 +0300)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 8 Mar 2016 12:57:51 +0000 (13:57 +0100)
DIAG 0x288 may occur now. Let's add its code to the diag table in
sie.h.

Signed-off-by: Alexander Yarygin <yarygin@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/uapi/asm/sie.h

index ee69c0854c8891067b67a0d8920e7f3cf671f308..5dbaa72baa640dc397be0622960a874838e52218 100644 (file)
@@ -7,6 +7,7 @@
        { 0x9c, "DIAG (0x9c) time slice end directed" },        \
        { 0x204, "DIAG (0x204) logical-cpu utilization" },      \
        { 0x258, "DIAG (0x258) page-reference services" },      \
+       { 0x288, "DIAG (0x288) watchdog functions" },           \
        { 0x308, "DIAG (0x308) ipl functions" },                \
        { 0x500, "DIAG (0x500) KVM virtio functions" },         \
        { 0x501, "DIAG (0x501) KVM breakpoint" }