From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Engel Date: Mon, 21 Nov 2005 09:37:54 +0100 Subject: [U-Boot-Users] [PATCH] cleanup duplicated ARM interrupt code Message-ID: <20051121093754.00003629@idefix> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: arm-irq-cleanup.patch.gz Type: application/octet-stream Size: 4492 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20051121/186583df/attachment.obj