diff options
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
| -rw-r--r-- | arch/x86/include/asm/mshyperv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h index c2934be2446a..cd9c41938b8a 100644 --- a/arch/x86/include/asm/mshyperv.h +++ b/arch/x86/include/asm/mshyperv.h | |||
| @@ -12,6 +12,9 @@ struct ms_hyperv_info { | |||
| 12 | extern struct ms_hyperv_info ms_hyperv; | 12 | extern struct ms_hyperv_info ms_hyperv; |
| 13 | 13 | ||
| 14 | void hyperv_callback_vector(void); | 14 | void hyperv_callback_vector(void); |
| 15 | #ifdef CONFIG_TRACING | ||
| 16 | #define trace_hyperv_callback_vector hyperv_callback_vector | ||
| 17 | #endif | ||
| 15 | void hyperv_vector_handler(struct pt_regs *regs); | 18 | void hyperv_vector_handler(struct pt_regs *regs); |
| 16 | void hv_register_vmbus_handler(int irq, irq_handler_t handler); | 19 | void hv_register_vmbus_handler(int irq, irq_handler_t handler); |
| 17 | 20 | ||
