Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174429
b: refs/heads/master
c: fed5ea8
h: refs/heads/master
i:
  174427: f438f3e
v: v3
  • Loading branch information
Ian Campbell authored and Jeremy Fitzhardinge committed Dec 3, 2009
1 parent 6ea7dd6 commit 58e9bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f6eafe3665bcc374c66775d58312d1c06c55303f
refs/heads/master: fed5ea87e02aaf902ff38c65b4514233db03dc09
3 changes: 3 additions & 0 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ static void unbind_from_irq(unsigned int irq)
bind_evtchn_to_cpu(evtchn, 0);

evtchn_to_irq[evtchn] = -1;
}

if (irq_info[irq].type != IRQT_UNBOUND) {
irq_info[irq] = mk_unbound_info();

dynamic_irq_cleanup(irq);
Expand Down

0 comments on commit 58e9bcc

Please sign in to comment.