[POWERPC] pasemi: Reset mpic on boot
Reset MPIC on boot to clear some timer state that firmware might leave configured. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
62357d8215
commit
7e8bddf566
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static __init void pas_init_IRQ(void)
|
|||
printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
|
||||
|
||||
mpic = mpic_alloc(mpic_node, openpic_addr,
|
||||
MPIC_PRIMARY|MPIC_LARGE_VECTORS,
|
||||
MPIC_PRIMARY|MPIC_LARGE_VECTORS|MPIC_WANTS_RESET,
|
||||
0, 0, " PAS-OPIC ");
|
||||
BUG_ON(!mpic);
|
||||
|
||||
|
|
Loading…
Reference in a new issue