summaryrefslogtreecommitdiff
path: root/cpu/s3c44b0/interrupts.c
Commit message (Collapse)AuthorAgeLines
* ARM: cleanup duplicated exception handlingcodeAndreas Engel2008-02-14-104/+0
| | | | | | Move duplicated exception handling code into lib_arm. Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
* Fix timer code for ARM systems: make sure that udelay() does notwdenk2005-04-04-8/+15
| | | | reset timers so it's save to use udelay() in timeout code.
* Patch by Steven Scholz, 25 Oct 2004:wdenk2005-04-03-2/+0
| | | | Declare reset_cpu() in include/common.h instead locally
* * Patch by Andrea Scian, 17 Feb 2004:wdenk2004-02-24-0/+235
Add support for S3C44B0 processor and DAVE B2 board * Patch by Steven Scholz, 20 Feb 2004: - Add support for MII commands on AT91RM9200 boards - some cleanup in AT91RM9200 ethernet code