|
@@ -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;
|