Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299765
b: refs/heads/master
c: 521394e
h: refs/heads/master
i:
  299763: dd7da88
v: v3
  • Loading branch information
Stefano Stabellini authored and Konrad Rzeszutek Wilk committed Apr 26, 2012
1 parent 122b1bc commit b826005
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: df88b2d96e36d9a9e325bfcd12eb45671cbbc937
refs/heads/master: 521394e4e679996955bc351cb6b64639751db2ff
2 changes: 1 addition & 1 deletion trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static unsigned int cpu_from_evtchn(unsigned int evtchn)

static bool pirq_check_eoi_map(unsigned irq)
{
return test_bit(irq, pirq_eoi_map);
return test_bit(pirq_from_irq(irq), pirq_eoi_map);
}

static bool pirq_needs_eoi_flag(unsigned irq)
Expand Down

0 comments on commit b826005

Please sign in to comment.