Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279521
b: refs/heads/master
c: 5f20b85
h: refs/heads/master
i:
  279519: 7f6015b
v: v3
  • Loading branch information
Thomas Gleixner authored and Benjamin Herrenschmidt committed Nov 25, 2011
1 parent ba29bf2 commit 2e06d68
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c6c56bdda160421b9c98d44e74cc24c7444133ab
refs/heads/master: 5f20b85dc22facf2335205b6569c86c0f8239e81
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/wsp/opb_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ void __init opb_pic_init(void)
}

/* Attach opb interrupt handler to new virtual IRQ */
rc = request_irq(virq, opb_irq_handler, 0, "OPB LS Cascade", opb);
rc = request_irq(virq, opb_irq_handler, IRQF_NO_THREAD,
"OPB LS Cascade", opb);
if (rc) {
printk("opb: request_irq failed: %d\n", rc);
continue;
Expand Down

0 comments on commit 2e06d68

Please sign in to comment.