Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264299
b: refs/heads/master
c: a705dc7
h: refs/heads/master
i:
  264297: f1a9f4a
  264295: eef4956
v: v3
  • Loading branch information
Ralf Baechle committed Sep 21, 2011
1 parent 63c3dbe commit 363f91c
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: 1f717929e987fc55bb6be02df994945f8edbd46c
refs/heads/master: a705dc7cf4edbf110af19ea55cb5e5d0465adcf4
4 changes: 2 additions & 2 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)

static struct irqaction cic_cascade_msp = {
.handler = no_action,
.name = "MSP CIC cascade"
.name = "MSP CIC cascade",
.flags = IRQF_NO_THREAD,
};

static struct irqaction per_cascade_msp = {
.handler = no_action,
.name = "MSP PER cascade"
.name = "MSP PER cascade",
.flags = IRQF_NO_THREAD,
};

Expand Down

0 comments on commit 363f91c

Please sign in to comment.