Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138608
b: refs/heads/master
c: ae03550
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ralf Baechle committed Mar 30, 2009
1 parent 86e18bf commit 6800ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c87e09096dcd1ea3da8dfe434ee694fac51031c8
refs/heads/master: ae03550500654e95c47229775bfec33ed0effe40
2 changes: 1 addition & 1 deletion trunk/arch/mips/cavium-octeon/octeon-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static void octeon_irq_core_ack(unsigned int irq)

static void octeon_irq_core_eoi(unsigned int irq)
{
irq_desc_t *desc = irq_desc + irq;
struct irq_desc *desc = irq_desc + irq;
unsigned int bit = irq - OCTEON_IRQ_SW0;
/*
* If an IRQ is being processed while we are disabling it the
Expand Down

0 comments on commit 6800ac9

Please sign in to comment.