Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48837
b: refs/heads/master
c: 087d7ec
h: refs/heads/master
i:
  48835: 09ec82e
v: v3
  • Loading branch information
Johannes Berg authored and Paul Mackerras committed Feb 16, 2007
1 parent c891e54 commit 5e07717
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: 0e8266437c62f4848676ea6e87a1ff10367502a9
refs/heads/master: 087d7ecd5273b480d13f4309a159842700afe276
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/mpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ void mpic_request_ipis(void)
printk(KERN_ERR "Failed to map IPI %d\n", i);
break;
}
request_irq(vipi, mpic_ipi_action, IRQF_DISABLED,
request_irq(vipi, mpic_ipi_action, IRQF_DISABLED|IRQF_PERCPU,
ipi_names[i], mpic);
}
}
Expand Down

0 comments on commit 5e07717

Please sign in to comment.