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 55e4de613f0..da0b3ca815b 100644 --- a/arch/x86/include/asm/hardirq.h +++ b/arch/x86/include/asm/hardirq.h @@ -11,6 +11,7 @@ typedef struct {  #ifdef CONFIG_X86_LOCAL_APIC  	unsigned int apic_timer_irqs;	/* arch dependent */  	unsigned int irq_spurious_count; +	unsigned int icr_read_retry_count;  #endif  	unsigned int x86_platform_ipis;	/* arch dependent */  	unsigned int apic_perf_irqs;  |