Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249986
b: refs/heads/master
c: 0f43563
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon committed May 11, 2011
1 parent 2bf7e34 commit ad56545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ee144182590a6bd9ed1481cb09d15b92e6b5c348
refs/heads/master: 0f43563f2d9d8f6f9e0727e4eedb7f557ed2fb4c
6 changes: 2 additions & 4 deletions trunk/arch/arm/mach-exynos4/irq-combiner.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ static void combiner_handle_cascade_irq(unsigned int irq, struct irq_desc *desc)
unsigned int cascade_irq, combiner_irq;
unsigned long status;

/* primary controller ack'ing */
chip->irq_ack(&desc->irq_data);
chained_irq_enter(chip, desc);

spin_lock(&irq_controller_lock);
status = __raw_readl(chip_data->base + COMBINER_INT_STATUS);
Expand All @@ -79,8 +78,7 @@ static void combiner_handle_cascade_irq(unsigned int irq, struct irq_desc *desc)
generic_handle_irq(cascade_irq);

out:
/* primary controller unmasking */
chip->irq_unmask(&desc->irq_data);
chained_irq_exit(chip, desc);
}

static struct irq_chip combiner_chip = {
Expand Down

0 comments on commit ad56545

Please sign in to comment.