All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [POWERPC] pasemi: Don't reset mpic at boot
@ 2007-11-06  2:21 Olof Johansson
  0 siblings, 0 replies; only message in thread
From: Olof Johansson @ 2007-11-06  2:21 UTC (permalink / raw)
  To: linuxppc-dev

[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>

diff --git a/arch/powerpc/platforms/pasemi/setup.c b/arch/powerpc/platforms/pasemi/setup.c
index 857d238..bd85853 100644
--- a/arch/powerpc/platforms/pasemi/setup.c
+++ b/arch/powerpc/platforms/pasemi/setup.c
@@ -214,7 +214,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_WANTS_RESET,
+			  MPIC_PRIMARY|MPIC_LARGE_VECTORS,
 			  0, 0, " PAS-OPIC  ");
 	BUG_ON(!mpic);
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-06  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06  2:21 [PATCH] [POWERPC] pasemi: Don't reset mpic at boot Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.