x86: hardirq: Make irq_hv_callback_count available for CONFIG_HYPERV=m as well

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2014-03-06 12:08:37 +01:00
parent 6859358e4b
commit 7ff42473eb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ typedef struct {
#ifdef CONFIG_X86_MCE_THRESHOLD
unsigned int irq_threshold_count;
#endif
#if defined(CONFIG_HYPERV) || defined(CONFIG_XEN)
#if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN)
unsigned int irq_hv_callback_count;
#endif
} ____cacheline_aligned irq_cpustat_t;