x86/hyperv: Initialize clockevents earlier in CPU onlining
[sfrench/cifs-2.6.git] / include / clocksource / hyperv_timer.h
index 422f5e5237be4f5bca2374bcdbf794a33cc6dd4a..553e539469f04cb74db1b36a213dec794fad10b2 100644 (file)
 #define HV_MIN_DELTA_TICKS 1
 
 /* Routines called by the VMbus driver */
-extern int hv_stimer_alloc(int sint);
+extern int hv_stimer_alloc(void);
 extern void hv_stimer_free(void);
-extern void hv_stimer_init(unsigned int cpu);
-extern void hv_stimer_cleanup(unsigned int cpu);
+extern int hv_stimer_cleanup(unsigned int cpu);
+extern void hv_stimer_legacy_init(unsigned int cpu, int sint);
+extern void hv_stimer_legacy_cleanup(unsigned int cpu);
 extern void hv_stimer_global_cleanup(void);
 extern void hv_stimer0_isr(void);