Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332304
b: refs/heads/master
c: 33c8213
h: refs/heads/master
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent fc114b6 commit 9217239
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: 2e6ee5ec88dd9d4d4e934709200259538160039d
refs/heads/master: 33c8213d6930cfa1d09e2912b9e2d59f251c33b7
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ static void xtensa_irq_unmask(struct irq_data *d)
static void xtensa_irq_enable(struct irq_data *d)
{
variant_irq_enable(d->irq);
xtensa_irq_unmask(d->irq);
xtensa_irq_unmask(d);
}

static void xtensa_irq_disable(struct irq_data *d)
{
xtensa_irq_mask(d->irq);
xtensa_irq_mask(d);
variant_irq_disable(d->irq);
}

Expand Down

0 comments on commit 9217239

Please sign in to comment.