Merge remote-tracking branch 'ftrace/for-next'
[deliverable/linux.git] / arch / x86 / kernel / kvmclock.c
index 1d39bfbd26bb3d0918271f13af86c94385983150..0964399ef942125580e84fe124b5817ed52d0e9f 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/x86_init.h>
 #include <asm/reboot.h>
 
-static int kvmclock = 1;
+static int kvmclock __ro_after_init = 1;
 static int msr_kvm_system_time = MSR_KVM_SYSTEM_TIME;
 static int msr_kvm_wall_clock = MSR_KVM_WALL_CLOCK;
 static cycle_t kvm_sched_clock_offset;
This page took 0.052338 seconds and 5 git commands to generate.