Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206162
b: refs/heads/master
c: 4877c73
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Thomas Gleixner committed Jul 29, 2010
1 parent 1ac5972 commit b32e0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ba461f094bab2dc09487816b9dfce845796b259d
refs/heads/master: 4877c737283813bdb4bebfa3168c1585f6e3a8ca
1 change: 1 addition & 0 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ int bind_ipi_to_irqhandler(enum ipi_vector ipi,
if (irq < 0)
return irq;

irqflags |= IRQF_NO_SUSPEND;
retval = request_irq(irq, handler, irqflags, devname, dev_id);
if (retval != 0) {
unbind_from_irq(irq);
Expand Down

0 comments on commit b32e0b7

Please sign in to comment.