diff options
Diffstat (limited to 'arch/x86/include/asm/paravirt.h')
-rw-r--r-- | arch/x86/include/asm/paravirt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h index 825674a968d1..11a4ba7b209c 100644 --- a/arch/x86/include/asm/paravirt.h +++ b/arch/x86/include/asm/paravirt.h | |||
@@ -34,11 +34,6 @@ static inline int set_wallclock(unsigned long nowtime) | |||
34 | return PVOP_CALL1(int, pv_time_ops.set_wallclock, nowtime); | 34 | return PVOP_CALL1(int, pv_time_ops.set_wallclock, nowtime); |
35 | } | 35 | } |
36 | 36 | ||
37 | static inline void (*choose_time_init(void))(void) | ||
38 | { | ||
39 | return pv_time_ops.time_init; | ||
40 | } | ||
41 | |||
42 | /* The paravirtualized CPUID instruction. */ | 37 | /* The paravirtualized CPUID instruction. */ |
43 | static inline void __cpuid(unsigned int *eax, unsigned int *ebx, | 38 | static inline void __cpuid(unsigned int *eax, unsigned int *ebx, |
44 | unsigned int *ecx, unsigned int *edx) | 39 | unsigned int *ecx, unsigned int *edx) |