Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234183
b: refs/heads/master
c: 149f256
h: refs/heads/master
i:
  234181: 3b0610f
  234179: 0e01b97
  234175: 5c7a9b2
v: v3
  • Loading branch information
Thomas Gleixner authored and Konrad Rzeszutek Wilk committed Mar 3, 2011
1 parent d400aec commit 50444d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: 7214610475b2847a81478d96e4d3ba0bbe49598c
refs/heads/master: 149f256f8ca690c28dd8aa9fb8bcdaf2e93b1e1c
18 changes: 0 additions & 18 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,23 +555,6 @@ static void ack_pirq(unsigned int irq)
}
}

static void end_pirq(unsigned int irq)
{
int evtchn = evtchn_from_irq(irq);
struct irq_desc *desc = irq_to_desc(irq);

if (WARN_ON(!desc))
return;

if ((desc->status & (IRQ_DISABLED|IRQ_PENDING)) ==
(IRQ_DISABLED|IRQ_PENDING)) {
shutdown_pirq(irq);
} else if (VALID_EVTCHN(evtchn)) {
unmask_evtchn(evtchn);
pirq_unmask_notify(irq);
}
}

static int find_irq_by_gsi(unsigned gsi)
{
int irq;
Expand Down Expand Up @@ -1508,7 +1491,6 @@ static struct irq_chip xen_pirq_chip __read_mostly = {
.mask = disable_pirq,

.ack = ack_pirq,
.end = end_pirq,

.set_affinity = set_affinity_irq,

Expand Down

0 comments on commit 50444d3

Please sign in to comment.