[POWERPC] pasemi: Don't reset mpic at boot
Due to an erratum, we don't want to reset the mpic at boot time. It can sometimes cause problems with lost interrupts later on while running. Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Родитель
6548d83a37
Коммит
de0c74e7f9
|
@ -214,7 +214,7 @@ static __init void pas_init_IRQ(void)
|
||||||
printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
|
printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
|
||||||
|
|
||||||
mpic = mpic_alloc(mpic_node, openpic_addr,
|
mpic = mpic_alloc(mpic_node, openpic_addr,
|
||||||
MPIC_PRIMARY|MPIC_LARGE_VECTORS|MPIC_WANTS_RESET,
|
MPIC_PRIMARY|MPIC_LARGE_VECTORS,
|
||||||
0, 0, " PAS-OPIC ");
|
0, 0, " PAS-OPIC ");
|
||||||
BUG_ON(!mpic);
|
BUG_ON(!mpic);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче