Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161724
b: refs/heads/master
c: 8640d3b
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Benjamin Herrenschmidt committed Aug 20, 2009
1 parent 5290146 commit 4f41c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c75933c00049bee59562a18843a4f133ec2bfe4
refs/heads/master: 8640d3bf71fa0f25adf86527fe69a32372427d4b
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/sysdev/ipic.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,9 @@ struct ipic * __init ipic_init(struct device_node *node, unsigned int flags)
primary_ipic = ipic;
irq_set_default_host(primary_ipic->irqhost);

ipic_write(ipic->regs, IPIC_SIMSR_H, 0);
ipic_write(ipic->regs, IPIC_SIMSR_L, 0);

printk ("IPIC (%d IRQ sources) at %p\n", NR_IPIC_INTS,
primary_ipic->regs);

Expand Down

0 comments on commit 4f41c93

Please sign in to comment.