Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217860
b: refs/heads/master
c: a52521f
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent 1853c8c commit 3fc29cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: b0097adeec27e30223c989561ab0f7aa60d1fe93
refs/heads/master: a52521f149c42b35a28423ee30be9a7afa51dfbf
10 changes: 5 additions & 5 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,18 +436,18 @@ static int bind_virq_to_irq(unsigned int virq, unsigned int cpu)
irq = per_cpu(virq_to_irq, cpu)[virq];

if (irq == -1) {
irq = find_unbound_irq();

set_irq_chip_and_handler_name(irq, &xen_percpu_chip,
handle_percpu_irq, "virq");

bind_virq.virq = virq;
bind_virq.vcpu = cpu;
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
&bind_virq) != 0)
BUG();
evtchn = bind_virq.port;

irq = find_unbound_irq();

set_irq_chip_and_handler_name(irq, &xen_percpu_chip,
handle_percpu_irq, "virq");

evtchn_to_irq[evtchn] = irq;
irq_info[irq] = mk_virq_info(evtchn, virq);

Expand Down

0 comments on commit 3fc29cb

Please sign in to comment.