diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2014-03-06 06:08:37 -0500 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2014-03-06 06:08:37 -0500 |
| commit | 7ff42473ebdee32ed3ac34f6bf4b4080c7455840 (patch) | |
| tree | c11fc2fc8fccf94334ed91f80eb4af35a85840b3 | |
| parent | 6859358e4b0bf2e599027dc4c6317e0bc25ff339 (diff) | |
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>
| -rw-r--r-- | arch/x86/include/asm/hardirq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hardirq.h b/arch/x86/include/asm/hardirq.h index afb6536ee3ac..230853da4ec0 100644 --- a/arch/x86/include/asm/hardirq.h +++ b/arch/x86/include/asm/hardirq.h | |||
| @@ -33,7 +33,7 @@ typedef struct { | |||
| 33 | #ifdef CONFIG_X86_MCE_THRESHOLD | 33 | #ifdef CONFIG_X86_MCE_THRESHOLD |
| 34 | unsigned int irq_threshold_count; | 34 | unsigned int irq_threshold_count; |
| 35 | #endif | 35 | #endif |
| 36 | #if defined(CONFIG_HYPERV) || defined(CONFIG_XEN) | 36 | #if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN) |
| 37 | unsigned int irq_hv_callback_count; | 37 | unsigned int irq_hv_callback_count; |
| 38 | #endif | 38 | #endif |
| 39 | } ____cacheline_aligned irq_cpustat_t; | 39 | } ____cacheline_aligned irq_cpustat_t; |
