diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2014-01-29 17:31:38 -0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-02-04 04:20:42 +0100 |
commit | 4f34d683e52271197e1ee17b7095e8ba27761ba6 (patch) | |
tree | 869ceb09bab6074c81396b829f71e8b552f659f6 /arch/x86/include/asm/kvm_host.h | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | op-kernel-dev-4f34d683e52271197e1ee17b7095e8ba27761ba6.zip op-kernel-dev-4f34d683e52271197e1ee17b7095e8ba27761ba6.tar.gz |
KVM: x86: remove unused last_kernel_ns variable
Remove unused last_kernel_ns variable.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index fdf83af..0ffe714 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -444,7 +444,6 @@ struct kvm_vcpu_arch { } st; u64 last_guest_tsc; - u64 last_kernel_ns; u64 last_host_tsc; u64 tsc_offset_adjustment; u64 this_tsc_nsec; |