perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo
[deliverable/linux.git] / arch / x86 / kernel / tsc.c
index 7a567ebe63614381e1cd511f3730ecc898cbd3e0..d57de05dc43093e0831ebb544a2baddf3d72f184 100644 (file)
@@ -699,7 +699,7 @@ static struct clocksource clocksource_tsc;
  * code, which is necessary to support wrapping clocksources like pm
  * timer.
  */
-static cycle_t read_tsc(void)
+static cycle_t read_tsc(struct clocksource *cs)
 {
        cycle_t ret = (cycle_t)get_cycles();
 
This page took 0.023851 seconds and 5 git commands to generate.