Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234775
b: refs/heads/master
c: d9936bb
h: refs/heads/master
i:
  234773: 26384d0
  234771: 5351c54
  234767: b11eeae
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 11, 2011
1 parent 381a709 commit b5bac27
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: c68fd4f3ca90de7d18c567e70b2c164078aefadf
refs/heads/master: d9936bb3952a08d701f7b03f8f62d158f94d8085
5 changes: 5 additions & 0 deletions trunk/include/linux/irqdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ static inline struct irq_desc *move_irq_desc(struct irq_desc *desc, int node)

#ifdef CONFIG_GENERIC_HARDIRQS

static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc)
{
return &desc->irq_data;
}

static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc)
{
return desc->irq_data.chip;
Expand Down

0 comments on commit b5bac27

Please sign in to comment.