aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>2014-05-16 06:08:29 -0400
committerChristian Borntraeger <borntraeger@de.ibm.com>2014-07-21 07:22:42 -0400
commitea74c0ea1b24a6978a6ebc80ba4dbc7b7848b32d (patch)
treef17c10e3cc17e2c182447f5c95ef6bdeea1eb7db /arch/s390/include
parent0e9c85a5a312fef3e2e79d3ce2d8b6e5b6115e90 (diff)
KVM: s390: remove the tasklet used by the hrtimer
We can get rid of the tasklet used for waking up a VCPU in the hrtimer code but wakeup the VCPU directly. Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h
index b3acf28c8c96..773bef7614d8 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -366,7 +366,6 @@ struct kvm_vcpu_arch {
366 s390_fp_regs guest_fpregs; 366 s390_fp_regs guest_fpregs;
367 struct kvm_s390_local_interrupt local_int; 367 struct kvm_s390_local_interrupt local_int;
368 struct hrtimer ckc_timer; 368 struct hrtimer ckc_timer;
369 struct tasklet_struct tasklet;
370 struct kvm_s390_pgm_info pgm; 369 struct kvm_s390_pgm_info pgm;
371 union { 370 union {
372 struct cpuid cpu_id; 371 struct cpuid cpu_id;