Skip to content

Commit

Permalink
[S390] kvm: Enable z196 instruction facilities
Browse files Browse the repository at this point in the history
Enable PFPO, floating point extension, distinct-operands,
fast-BCR-serialization, high-word, interlocked-access, load/store-
on-condition, and population-count facilities for guests.
(bits 37, 44 and 45).

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Oct 25, 2010
1 parent a5a0061 commit 6d00d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/kvm/kvm-s390.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ static int __init kvm_s390_init(void)
return -ENOMEM;
}
stfle(facilities, 1);
facilities[0] &= 0xff00fff3f0700000ULL;
facilities[0] &= 0xff00fff3f47c0000ULL;
return 0;
}

Expand Down

0 comments on commit 6d00d00

Please sign in to comment.