Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33761
b: refs/heads/master
c: 43a1dd5
h: refs/heads/master
i:
  33759: f7c0280
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Linus Torvalds committed Sep 1, 2006
1 parent 586fa28 commit d116330
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: 290995fc3c06c0548ae303dd0b1371a8727f4fad
refs/heads/master: 43a1dd502f40fdb644402f64cd06cf8016cd9780
5 changes: 5 additions & 0 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

/**
* handle_bad_irq - handle spurious and unhandled irqs
* @irq: the interrupt number
* @desc: description of the interrupt
* @regs: pointer to a register structure
*
* Handles spurious and unhandled IRQ's. It also prints a debugmessage.
*/
void fastcall
handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)
Expand Down

0 comments on commit d116330

Please sign in to comment.