Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a53d6fb83efc75bbd7876459e6e1291c4925103d
Commit:     a53d6fb83efc75bbd7876459e6e1291c4925103d
Parent:     c87ce65868bbf9bbea9c3f112ff8315302daf8f2
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 3 09:43:54 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Thu Sep 13 15:10:25 2007 +0100

    [ARM] realview: disable second GIC on RevB MPCore platforms
    
    The second GIC asserts a permanent interrupt on Rev.B MPCore platforms.
    Disable initialisation of this GIC to avoid unbootable systems.
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-realview/realview_eb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-realview/realview_eb.c 
b/arch/arm/mach-realview/realview_eb.c
index 3dba666..ecec2f8 100644
--- a/arch/arm/mach-realview/realview_eb.c
+++ b/arch/arm/mach-realview/realview_eb.c
@@ -165,7 +165,7 @@ static void __init gic_init_irq(void)
 #endif
        gic_dist_init(0, __io_address(REALVIEW_GIC_DIST_BASE), 29);
        gic_cpu_init(0, __io_address(REALVIEW_GIC_CPU_BASE));
-#ifdef CONFIG_REALVIEW_MPCORE
+#if defined(CONFIG_REALVIEW_MPCORE) && !defined(CONFIG_REALVIEW_MPCORE_REVB)
        gic_dist_init(1, __io_address(REALVIEW_GIC1_DIST_BASE), 64);
        gic_cpu_init(1, __io_address(REALVIEW_GIC1_CPU_BASE));
        gic_cascade_irq(1, IRQ_EB_IRQ1);
-
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