aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/hardirq.h')
-rw-r--r--arch/x86/include/asm/hardirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hardirq.h b/arch/x86/include/asm/hardirq.h
index d9069bb26c7f..07533795b8d2 100644
--- a/arch/x86/include/asm/hardirq.h
+++ b/arch/x86/include/asm/hardirq.h
@@ -37,7 +37,7 @@ typedef struct {
37#ifdef CONFIG_X86_MCE_AMD 37#ifdef CONFIG_X86_MCE_AMD
38 unsigned int irq_deferred_error_count; 38 unsigned int irq_deferred_error_count;
39#endif 39#endif
40#if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN) 40#ifdef CONFIG_X86_HV_CALLBACK_VECTOR
41 unsigned int irq_hv_callback_count; 41 unsigned int irq_hv_callback_count;
42#endif 42#endif
43#if IS_ENABLED(CONFIG_HYPERV) 43#if IS_ENABLED(CONFIG_HYPERV)