Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46895
b: refs/heads/master
c: 92d4dda
h: refs/heads/master
i:
  46893: eb8df7c
  46891: 4b9b75e
  46887: 50e04dd
  46879: 8584285
v: v3
  • Loading branch information
Johannes Berg authored and Paul Mackerras committed Feb 8, 2007
1 parent 865d7d0 commit ab0da75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f31909c00332b3e8299209eaba6cec80756f802c
refs/heads/master: 92d4dda3332577bc2228b8d436f3d2796c59a520
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ void do_IRQ(struct pt_regs *regs)

/*
* Every platform is required to implement ppc_md.get_irq.
* This function will either return an irq number or -1 to
* This function will either return an irq number or NO_IRQ to
* indicate there are no more pending.
* The value -2 is for buggy hardware and means that this IRQ
* has already been handled. -- Tom
* The value NO_IRQ_IGNORE is for buggy hardware and means that this
* IRQ has already been handled. -- Tom
*/
irq = ppc_md.get_irq();

Expand Down

0 comments on commit ab0da75

Please sign in to comment.