commit | 17d82fcc6a15887b7138d35802ab8fc5f249794f | [log] [tgz] |
---|---|---|
author | Deepak Saxena <dsaxena@net.rmk.(none)> | Fri Jun 03 22:18:52 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jun 03 22:18:52 2005 +0100 |
tree | b550dc5b0acdb6017788d3c1aab36ae12352aab7 | |
parent | 8775420d2fbcfff866995471ea5f6130d14d121c [diff] |
[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 <rmk+kernel@arm.linux.org.uk>