projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a0061
)
[S390] kvm: Enable z196 instruction facilities
author
Christian Borntraeger
<
[email protected]
>
Mon, 25 Oct 2010 14:10:48 +0000
(16:10 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Mon, 25 Oct 2010 14:10:20 +0000
(16:10 +0200)
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 <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/kvm/kvm-s390.c
patch
|
blob
|
history
diff --git
a/arch/s390/kvm/kvm-s390.c
b/arch/s390/kvm/kvm-s390.c
index 4fe68650535cf2acc4d3e968b839a1e750a00529..76482b65ba3e98d854ed35cdf06cdea556b545ec 100644
(file)
--- a/
arch/s390/kvm/kvm-s390.c
+++ b/
arch/s390/kvm/kvm-s390.c
@@
-741,7
+741,7
@@
static int __init kvm_s390_init(void)
return -ENOMEM;
}
stfle(facilities, 1);
- facilities[0] &= 0xff00fff3f
070
0000ULL;
+ facilities[0] &= 0xff00fff3f
47c
0000ULL;
return 0;
}