x86: kvmclock: abstract save/restore sched_clock_state
[deliverable/linux.git] / arch / x86 / kernel / tsc.c
index a62c201c97eccf31fa90d05dec5e5cf5102ead74..aed2aa1088f11cd5c0838fbdef0920bdb2afe6d3 100644 (file)
@@ -629,7 +629,7 @@ static void set_cyc2ns_scale(unsigned long cpu_khz, int cpu)
 
 static unsigned long long cyc2ns_suspend;
 
-void save_sched_clock_state(void)
+void tsc_save_sched_clock_state(void)
 {
        if (!sched_clock_stable)
                return;
@@ -645,7 +645,7 @@ void save_sched_clock_state(void)
  * that sched_clock() continues from the point where it was left off during
  * suspend.
  */
-void restore_sched_clock_state(void)
+void tsc_restore_sched_clock_state(void)
 {
        unsigned long long offset;
        unsigned long flags;
This page took 0.040146 seconds and 5 git commands to generate.