Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ff42473 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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

parent 6859358e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;