diff options
Diffstat (limited to 'arch/s390/kvm')
-rw-r--r-- | arch/s390/kvm/priv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c index bda9c9b494f0..a0c63d79431b 100644 --- a/arch/s390/kvm/priv.c +++ b/arch/s390/kvm/priv.c | |||
@@ -457,8 +457,7 @@ static int handle_epsw(struct kvm_vcpu *vcpu) | |||
457 | { | 457 | { |
458 | int reg1, reg2; | 458 | int reg1, reg2; |
459 | 459 | ||
460 | reg1 = (vcpu->arch.sie_block->ipb & 0x00f00000) >> 24; | 460 | kvm_s390_get_regs_rre(vcpu, ®1, ®2); |
461 | reg2 = (vcpu->arch.sie_block->ipb & 0x000f0000) >> 16; | ||
462 | 461 | ||
463 | /* This basically extracts the mask half of the psw. */ | 462 | /* This basically extracts the mask half of the psw. */ |
464 | vcpu->run->s.regs.gprs[reg1] &= 0xffffffff00000000; | 463 | vcpu->run->s.regs.gprs[reg1] &= 0xffffffff00000000; |