Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243357
b: refs/heads/master
c: a3b975c
h: refs/heads/master
i:
  243355: 622fd54
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 4bbd28c commit a65b32f
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: c442b8068f7c53c40a73a82bbfd96d3f41f6778c
refs/heads/master: a3b975c49e3e21864268892760f630433d96e01a
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 a65b32f

Please sign in to comment.