Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158181
b: refs/heads/master
c: 5bfb5b5
h: refs/heads/master
i:
  158179: 6a46d7a
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Aug 29, 2009
1 parent 884b617 commit e5803c7
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 372e24b0cb764ec55b4cf3408a95ae40a29e5b96
refs/heads/master: 5bfb5b51382f4bd01d9ced11503264d2cc74fe41
6 changes: 6 additions & 0 deletions trunk/include/linux/irqnr.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ extern struct irq_desc *irq_to_desc(unsigned int irq);
; \
else

#ifdef CONFIG_SMP
#define irq_node(irq) (irq_to_desc(irq)->node)
#else
#define irq_node(irq) 0
#endif

#endif /* CONFIG_GENERIC_HARDIRQS */

#define for_each_irq_nr(irq) \
Expand Down

0 comments on commit e5803c7

Please sign in to comment.