From mboxrd@z Thu Jan 1 00:00:00 1970 From: DENX Support System Date: Sat, 1 Apr 2006 00:20:37 +0200 Subject: [DNX#2006040142000848] [U-Boot-Users] [PATCH] cleanup duplicated ARM inte [...] Message-ID: <1143843637.486497.887291853@castor.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello list, inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142000848] was created: > CHANGELOG: > Cleaned up duplicated code: moved common ARM interrupt handling code > from cpu specific interrupts.c files into lib_arm/interrupts.c. > Patch by Andreas Engel, 21 Nov 2005 > > Signed-off-by: Andreas Engel > > Note: there were two cases (cpu/arm720t/ and cpu/sa1100/) where the > disable_interrupts function only disabled IRQ, but not FIQ. I just > ignored this in the generic function in lib_arm/, which disables both > IRQ and FIQ. Perhaps someone with more knowledge of ARM cores can check > whether or not this is ok. > > Regards, > Andreas Engel Your U-Boot support team