summaryrefslogtreecommitdiffstats
path: root/kernel/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorYunhong Jiang <yunhong.jiang@intel.com>2016-07-21 17:36:25 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-21 17:36:25 +0000
commit4463d0ee0febf49c4291962c8326301e3efd27f6 (patch)
tree32cfc4e70dd5a71c2762b60e04879a59f00275f9 /kernel/arch/x86/kvm/x86.c
parentd4078255a831c04c84fdd96ed85f6645af3c94db (diff)
parent09c7dd2e0b05c5bc2def37e525a98e6b344d56f5 (diff)
Merge "kvm: vmx: hook preemption timer support"
Diffstat (limited to 'kernel/arch/x86/kvm/x86.c')
-rw-r--r--kernel/arch/x86/kvm/x86.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/arch/x86/kvm/x86.c b/kernel/arch/x86/kvm/x86.c
index e3e1a8c1b..c7695cea4 100644
--- a/kernel/arch/x86/kvm/x86.c
+++ b/kernel/arch/x86/kvm/x86.c
@@ -113,7 +113,8 @@ u8 __read_mostly kvm_tsc_scaling_ratio_frac_bits;
EXPORT_SYMBOL_GPL(kvm_tsc_scaling_ratio_frac_bits);
u64 __read_mostly kvm_max_tsc_scaling_ratio;
EXPORT_SYMBOL_GPL(kvm_max_tsc_scaling_ratio);
-static u64 __read_mostly kvm_default_tsc_scaling_ratio;
+u64 __read_mostly kvm_default_tsc_scaling_ratio;
+EXPORT_SYMBOL_GPL(kvm_default_tsc_scaling_ratio);
/* tsc tolerance in parts per million - default to 1/2 of the NTP threshold */
static u32 __read_mostly tsc_tolerance_ppm = 250;