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:
9ffecb1
)
KVM: s390: remove unused variable in __inject_vm
author
Christian Borntraeger
<
[email protected]
>
Wed, 16 Sep 2015 10:14:52 +0000
(12:14 +0200)
committer
Christian Borntraeger
<
[email protected]
>
Tue, 13 Oct 2015 13:50:27 +0000
(15:50 +0200)
the float int structure is no longer used in __inject_vm.
Acked-by: Cornelia Huck <
[email protected]
>
Signed-off-by: Christian Borntraeger <
[email protected]
>
arch/s390/kvm/interrupt.c
patch
|
blob
|
history
diff --git
a/arch/s390/kvm/interrupt.c
b/arch/s390/kvm/interrupt.c
index 5c2c169395c3ca61fe9e906baab078cf2966dba2..ab9f525aa7cd8afb2c737957e9dbd31167d1b049 100644
(file)
--- a/
arch/s390/kvm/interrupt.c
+++ b/
arch/s390/kvm/interrupt.c
@@
-1390,12
+1390,9
@@
static void __floating_irq_kick(struct kvm *kvm, u64 type)
static int __inject_vm(struct kvm *kvm, struct kvm_s390_interrupt_info *inti)
{
- struct kvm_s390_float_interrupt *fi;
u64 type = READ_ONCE(inti->type);
int rc;
- fi = &kvm->arch.float_int;
-
switch (type) {
case KVM_S390_MCHK:
rc = __inject_float_mchk(kvm, inti);