Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166608
b: refs/heads/master
c: b265158
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ralf Baechle committed Sep 30, 2009
1 parent c8547ff commit cf7536a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 742db5d1085df97354ce65daf9b6b657696d5268
refs/heads/master: b265158399ad825411f3d471cacc46b00d0e4841
5 changes: 2 additions & 3 deletions trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,8 @@ static void ipi_irq_dispatch(void)

static struct irqaction irq_ipi = {
.handler = ipi_interrupt,
.flags = IRQF_DISABLED,
.name = "SMTC_IPI",
.flags = IRQF_PERCPU
.flags = IRQF_DISABLED | IRQF_PERCPU,
.name = "SMTC_IPI"
};

static void setup_cross_vpe_interrupts(unsigned int nvpe)
Expand Down

0 comments on commit cf7536a

Please sign in to comment.