]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kvm/kvm_timer.h
Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / arch / x86 / kvm / kvm_timer.h
index 26bd6ba74e1cf0b8523456513f776cb8417d9f3b..55c7524dda549579bafdbf6089072ef6f8f5c14f 100644 (file)
@@ -6,7 +6,7 @@ struct kvm_timer {
        bool reinject;
        struct kvm_timer_ops *t_ops;
        struct kvm *kvm;
-       int vcpu_id;
+       struct kvm_vcpu *vcpu;
 };
 
 struct kvm_timer_ops {