diff options
Diffstat (limited to 'arch/x86/include/asm/hardirq.h')
-rw-r--r-- | arch/x86/include/asm/hardirq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hardirq.h b/arch/x86/include/asm/hardirq.h index 7c341a74ec8c..5ea2afd4c871 100644 --- a/arch/x86/include/asm/hardirq.h +++ b/arch/x86/include/asm/hardirq.h | |||
@@ -40,6 +40,7 @@ typedef struct { | |||
40 | #endif | 40 | #endif |
41 | #if IS_ENABLED(CONFIG_HYPERV) | 41 | #if IS_ENABLED(CONFIG_HYPERV) |
42 | unsigned int irq_hv_reenlightenment_count; | 42 | unsigned int irq_hv_reenlightenment_count; |
43 | unsigned int hyperv_stimer0_count; | ||
43 | #endif | 44 | #endif |
44 | } ____cacheline_aligned irq_cpustat_t; | 45 | } ____cacheline_aligned irq_cpustat_t; |
45 | 46 | ||