aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mshyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r--arch/x86/include/asm/mshyperv.h2
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
353void hv_apic_init(void); 353void hv_apic_init(void);
354void __init hv_init_spinlocks(void);
355bool hv_vcpu_is_preempted(int vcpu);
354#else 356#else
355static inline void hv_apic_init(void) {} 357static inline void hv_apic_init(void) {}
356#endif 358#endif