KVM: s390: Fix size of monitor-class number field
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 16 Oct 2014 12:31:53 +0000 (14:31 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 28 Oct 2014 12:09:11 +0000 (13:09 +0100)
commita36c5393266222129ce6f622e3bc3fb5463f290c
tree94bd9e56486ee2907f2e35620cdc46bcf4677929
parentedeb69e53729342ec08a0906e1208d846a5e4f4c
KVM: s390: Fix size of monitor-class number field

The monitor-class number field is only 16 bits, so we have to use
a u16 pointer to access it.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
CC: stable@vger.kernel.org # v3.16+
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c
This page took 0.025137 seconds and 5 git commands to generate.