diff options
Diffstat (limited to 'include/linux/irqdesc.h')
| -rw-r--r-- | include/linux/irqdesc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index 150134ac709..6b69c2c9dff 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h @@ -53,6 +53,7 @@ struct irq_desc {  	unsigned long		last_unhandled;	/* Aging timer for unhandled count */  	unsigned int		irqs_unhandled;  	raw_spinlock_t		lock; +	struct cpumask		*percpu_enabled;  #ifdef CONFIG_SMP  	const struct cpumask	*affinity_hint;  	struct irq_affinity_notify *affinity_notify;  |