From: Deepak Saxena Date: Fri, 3 Jun 2005 21:18:52 +0000 (+0100) Subject: [PATCH] ARM: 2700/1: Disable IXP2000 IRQs at bootup X-Git-Tag: v2.6.12~72^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d82fcc6a15887b7138d35802ab8fc5f249794f;p=pandora-kernel.git [PATCH] ARM: 2700/1: Disable IXP2000 IRQs at bootup Patch from Deepak Saxena The IXDP2800 bootloader does not disable IRQs before jumping into the kernel and this is causing the Grand Unified KGDB to crash the system when we do an early call to trap_init() and irq handlers have not yet been registered. This patch disables IRQs before we jump into the kernel. Signed-off-by: Deepak Saxena Signed-off-by: Russell King --- Reading git-diff-tree failed