diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 32f0e4a063b7..9fb6d8da7a43 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -561,6 +561,7 @@ struct kvm_arch { | |||
561 | u64 cur_tsc_write; | 561 | u64 cur_tsc_write; |
562 | u64 cur_tsc_offset; | 562 | u64 cur_tsc_offset; |
563 | u8 cur_tsc_generation; | 563 | u8 cur_tsc_generation; |
564 | int nr_vcpus_matched_tsc; | ||
564 | 565 | ||
565 | spinlock_t pvclock_gtod_sync_lock; | 566 | spinlock_t pvclock_gtod_sync_lock; |
566 | bool use_master_clock; | 567 | bool use_master_clock; |