Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222917
b: refs/heads/master
c: 29dcbc5
h: refs/heads/master
i:
  222915: 01001dd
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Dec 3, 2010
1 parent 3386253 commit 9f4c1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2a4c92fa24e1853d0e21f9e6e45859b832240f94
refs/heads/master: 29dcbc5c25d6d8140337e96bf503c8475092c586
4 changes: 2 additions & 2 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static int find_unbound_irq(void)
if (irq == start)
goto no_irqs;

res = irq_alloc_desc_at(irq, 0);
res = irq_alloc_desc_at(irq, -1);

if (WARN_ON(res != irq))
return -1;
Expand Down Expand Up @@ -630,7 +630,7 @@ int xen_map_pirq_gsi(unsigned pirq, unsigned gsi, int shareable, char *name)
if (identity_mapped_irq(gsi) || (!xen_initial_domain() &&
xen_pv_domain())) {
irq = gsi;
irq_alloc_desc_at(irq, 0);
irq_alloc_desc_at(irq, -1);
} else
irq = find_unbound_irq();

Expand Down

0 comments on commit 9f4c1e5

Please sign in to comment.