diff --git a/[refs] b/[refs] index a84e47860622..affcc3467a7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9cff60dfc3d54b60bc069627cee5624bfaa3f823 +refs/heads/master: ee38c04b58983a236b43bae71b2415d38bceaf75 diff --git a/trunk/include/linux/irq.h b/trunk/include/linux/irq.h index 84e1c5832c93..34b954e54267 100644 --- a/trunk/include/linux/irq.h +++ b/trunk/include/linux/irq.h @@ -212,6 +212,11 @@ static inline bool irqd_affinity_was_set(struct irq_data *d) return d->state_use_accessors & IRQD_AFFINITY_SET; } +static inline void irqd_mark_affinity_was_set(struct irq_data *d) +{ + d->state_use_accessors |= IRQD_AFFINITY_SET; +} + static inline u32 irqd_get_trigger_type(struct irq_data *d) { return d->state_use_accessors & IRQD_TRIGGER_MASK;