summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
authorRadim Krčmář <rkrcmar@redhat.com>2018-05-26 13:45:49 +0200
committerRadim Krčmář <rkrcmar@redhat.com>2018-05-26 13:45:49 +0200
commitf33ecec9bb5199c5a4dd296af604f70273d2636e (patch)
treeba12665fe8f7952a64013bef9125bfac27ff1fda /arch/x86/kvm
parent0ea3286e2df74c9ec2fadbf91170cd3edd14e3e5 (diff)
parent2d2ccf24939cf369f7473c7e4ea309891be91848 (diff)
downloadlinux-stable-f33ecec9bb5199c5a4dd296af604f70273d2636e.tar.gz
linux-stable-f33ecec9bb5199c5a4dd296af604f70273d2636e.tar.bz2
linux-stable-f33ecec9bb5199c5a4dd296af604f70273d2636e.zip
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
To resolve conflicts with the PV TLB flush series.
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index ba55be9b5c27..b7bf9ac9b6d1 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -114,7 +114,7 @@ module_param(ignore_msrs, bool, S_IRUGO | S_IWUSR);
static bool __read_mostly report_ignored_msrs = true;
module_param(report_ignored_msrs, bool, S_IRUGO | S_IWUSR);
-unsigned int min_timer_period_us = 500;
+unsigned int min_timer_period_us = 200;
module_param(min_timer_period_us, uint, S_IRUGO | S_IWUSR);
static bool __read_mostly kvmclock_periodic_sync = true;