x86-64: Move vread_tsc and vread_hpet into the vDSO
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / kernel / tsc.c
index e7a74b8..56c633a 100644 (file)
@@ -777,7 +777,7 @@ static struct clocksource clocksource_tsc = {
        .flags                  = CLOCK_SOURCE_IS_CONTINUOUS |
                                  CLOCK_SOURCE_MUST_VERIFY,
 #ifdef CONFIG_X86_64
-       .archdata               = { .vread = vread_tsc },
+       .archdata               = { .vclock_mode = VCLOCK_TSC },
 #endif
 };