> diff --git a/cpu/arm1176/s3c64xx/interrupts.c
> b/cpu/arm1176/s3c64xx/interrupts.c
> new file mode 100644
> index 000..4233e8c
> --- /dev/null
> +++ b/cpu/arm1176/s3c64xx/interrupts.c
You can remove anything from enable_interrupts() to do_irq() here. It's
already in lib_arm/interrupts.c.
A
They only differ in the init function.
This also adds the missing watchdog support for the PL011.
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
---
drivers/serial/Makefile |3 +-
drivers/serial/serial_pl011.c
Move duplicated exception handling code into lib_arm.
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
---
cpu/arm1136/interrupts.c | 134 --
cpu/arm720t/interrupts.c | 132 +--
cpu/arm920t/interrupts.c
From: Andreas Engel <[EMAIL PROTECTED]>
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
---
cpu/arm1136/interrupts.c | 134 --
cpu/arm720t/interrupts.c | 132 +--
cpu/arm920t/interrupt
Move duplicated exception handling code into lib_arm.
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
---
cpu/arm1136/interrupts.c | 134 ---
cpu/arm720t/interrupts.c | 132 --
cpu/arm920t/interrupts.c