diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-11-06 10:46:24 (GMT) |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-11-10 11:06:13 (GMT) |
commit | 893590c73426585dfd9f33358b19f18d9395fb2f (patch) | |
tree | 906084a3322b182fdf6140064e7ec899bb962570 /arch/x86/include | |
parent | 450869d6dbb72b370774fd4ee14c4f275bb08f98 (diff) | |
download | linux-893590c73426585dfd9f33358b19f18d9395fb2f.tar.xz |
KVM: x86: declare a few variables as __read_mostly
These include module parameters and variables that are set by
kvm_x86_ops->hardware_setup.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 9265196..b0322d8 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -986,8 +986,6 @@ u64 vcpu_tsc_khz(struct kvm_vcpu *vcpu); /* control of guest tsc rate supported? */ extern bool kvm_has_tsc_control; -/* minimum supported tsc_khz for guests */ -extern u32 kvm_min_guest_tsc_khz; /* maximum supported tsc_khz for guests */ extern u32 kvm_max_guest_tsc_khz; |