diff options
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r-- | arch/x86/include/asm/mshyperv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h index f37704497d8f..0d6271cce198 100644 --- a/arch/x86/include/asm/mshyperv.h +++ b/arch/x86/include/asm/mshyperv.h | |||
@@ -351,6 +351,8 @@ int hyperv_flush_guest_mapping(u64 as); | |||
351 | 351 | ||
352 | #ifdef CONFIG_X86_64 | 352 | #ifdef CONFIG_X86_64 |
353 | void hv_apic_init(void); | 353 | void hv_apic_init(void); |
354 | void __init hv_init_spinlocks(void); | ||
355 | bool hv_vcpu_is_preempted(int vcpu); | ||
354 | #else | 356 | #else |
355 | static inline void hv_apic_init(void) {} | 357 | static inline void hv_apic_init(void) {} |
356 | #endif | 358 | #endif |