Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123188
b: refs/heads/master
c: 8dd2337
h: refs/heads/master
v: v3
  • Loading branch information
Isaku Yamahata authored and Ingo Molnar committed Oct 22, 2008
1 parent 1d5515e commit bc18ba0
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: a5af4eb16618dba52321fe420e2c93e815fcd762
refs/heads/master: 8dd2337470d2ead6835982ed856d988f9e062140
2 changes: 1 addition & 1 deletion trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ void xen_poll_irq(int irq)

poll.nr_ports = 1;
poll.timeout = 0;
poll.ports = &evtchn;
set_xen_guest_handle(poll.ports, &evtchn);

if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0)
BUG();
Expand Down

0 comments on commit bc18ba0

Please sign in to comment.