Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243389
b: refs/heads/master
c: e240ae4
h: refs/heads/master
i:
  243387: 49c401f
v: v3
  • Loading branch information
Thomas Gleixner authored and Konrad Rzeszutek Wilk committed Mar 29, 2011
1 parent 5bd7ffb commit 977f261
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: 3b3af761669ae59530a8be763b83c937c6096772
refs/heads/master: e240ae4aad9c5c0da189cb6c956cca58abd428d0
4 changes: 2 additions & 2 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ static void ack_pirq(struct irq_data *data)
{
int evtchn = evtchn_from_irq(data->irq);

move_native_irq(data->irq);
irq_move_irq(data);

if (VALID_EVTCHN(evtchn)) {
mask_evtchn(evtchn);
Expand Down Expand Up @@ -1339,7 +1339,7 @@ static void ack_dynirq(struct irq_data *data)
{
int evtchn = evtchn_from_irq(data->irq);

move_masked_irq(data->irq);
irq_move_masked_irq(data);

if (VALID_EVTCHN(evtchn))
unmask_evtchn(evtchn);
Expand Down

0 comments on commit 977f261

Please sign in to comment.