Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243222
b: refs/heads/master
c: ee38c04
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 28, 2011
1 parent ea03578 commit 25b4397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9cff60dfc3d54b60bc069627cee5624bfaa3f823
refs/heads/master: ee38c04b58983a236b43bae71b2415d38bceaf75
5 changes: 5 additions & 0 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 25b4397

Please sign in to comment.