Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/x86/include/asm/hardirq.h
··· 33 33 #ifdef CONFIG_X86_MCE_THRESHOLD 34 34 unsigned int irq_threshold_count; 35 35 #endif 36 - #if defined(CONFIG_HYPERV) || defined(CONFIG_XEN) 36 + #if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN) 37 37 unsigned int irq_hv_callback_count; 38 38 #endif 39 39 } ____cacheline_aligned irq_cpustat_t;