Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75062
b: refs/heads/master
c: b019e57
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and Ingo Molnar committed Dec 18, 2007
1 parent 9f95297 commit 3355606
Show file tree
Hide file tree
Showing 2 changed files with 8 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: cdc6f27d9e3c2f7ca1a3e19c6eabb1ad6a2add5d
refs/heads/master: b019e57321f3e006c0ec7a54f13efc377bcb6451
7 changes: 7 additions & 0 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@ extern void
__set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
const char *name);

/* caller has locked the irq_desc and both params are valid */
static inline void __set_irq_handler_unlocked(int irq,
irq_flow_handler_t handler)
{
irq_desc[irq].handle_irq = handler;
}

/*
* Set a highlevel flow handler for a given IRQ:
*/
Expand Down

0 comments on commit 3355606

Please sign in to comment.