Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91481
b: refs/heads/master
c: ad18c3d
h: refs/heads/master
i:
  91479: f6a119c
v: v3
  • Loading branch information
Roel Kluin authored and Paul Mackerras committed Apr 1, 2008
1 parent 4ea1771 commit 10cdbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e6b18912d3df8ccc5cc19823544fcce19af25072
refs/heads/master: ad18c3db337c6307c7bfbe1f89ad6d92714ffc11
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/ps3/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ static unsigned int ps3_get_irq(void)
asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x));
plug &= 0x3f;

if (unlikely(plug) == NO_IRQ) {
if (unlikely(plug == NO_IRQ)) {
pr_debug("%s:%d: no plug found: thread_id %lu\n", __func__,
__LINE__, pd->thread_id);
dump_bmp(&per_cpu(ps3_private, 0));
Expand Down

0 comments on commit 10cdbe1

Please sign in to comment.