Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=de0c74e7f98d8a06b784e120103eb388da8194f6
Commit:     de0c74e7f98d8a06b784e120103eb388da8194f6
Parent:     6548d83a37a570b0050e60565937bbb582545d96
Author:     Olof Johansson <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 5 20:35:33 2007 -0600
Committer:  Olof Johansson <[EMAIL PROTECTED]>
CommitDate: Mon Nov 19 19:27:17 2007 -0600

    [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 <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/pasemi/setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/pasemi/setup.c 
b/arch/powerpc/platforms/pasemi/setup.c
index 3a5d112..3d62060 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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to