X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Fkvm%2Fkvm_timer.h;h=497dbaa366d4eb07397e75f27d29f08e249baa2c;hp=64bc6ea78d90961c2f3095fd62c3e130d3cf98aa;hb=1bc87b00556e8f7ba30a1010471951c5b8f71114;hpb=105a048a4f35f7a74c7cc20b36dd83658b6ec232 diff --git a/arch/x86/kvm/kvm_timer.h b/arch/x86/kvm/kvm_timer.h index 64bc6ea78d90..497dbaa366d4 100644 --- a/arch/x86/kvm/kvm_timer.h +++ b/arch/x86/kvm/kvm_timer.h @@ -2,6 +2,8 @@ struct kvm_timer { struct hrtimer timer; s64 period; /* unit: ns */ + u32 timer_mode_mask; + u64 tscdeadline; atomic_t pending; /* accumulated triggered timers */ bool reinject; struct kvm_timer_ops *t_ops;