summaryrefslogtreecommitdiffstats
path: root/sys/arm/s3c2xx0
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-03-10 18:10:09 +0000
committerian <ian@FreeBSD.org>2014-03-10 18:10:09 +0000
commite825adc7a601908b3ffe924c065b4a57f79a9d23 (patch)
tree872e4d9f7bc9cde02aed15b44ce4106d23c3c56f /sys/arm/s3c2xx0
parent5ca7c663ea0c20c0e5eb580417fbb8b113d5833d (diff)
downloadFreeBSD-src-e825adc7a601908b3ffe924c065b4a57f79a9d23.zip
FreeBSD-src-e825adc7a601908b3ffe924c065b4a57f79a9d23.tar.gz
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
and the functionality it provided into arm/exception.S. Rename the main irq handling routine from arm_handler_execute() to arm_irq_handler() to make it more congruent with how other exception handlers are named, and also update its signature to reflect what has long been reality: it is passed just a trapframe pointer, no interrupt number argument.
Diffstat (limited to 'sys/arm/s3c2xx0')
-rw-r--r--sys/arm/s3c2xx0/files.s3c2xx01
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/s3c2xx0/files.s3c2xx0 b/sys/arm/s3c2xx0/files.s3c2xx0
index 0e82b39..5ad2890 100644
--- a/sys/arm/s3c2xx0/files.s3c2xx0
+++ b/sys/arm/s3c2xx0/files.s3c2xx0
@@ -2,7 +2,6 @@
arm/arm/bus_space_asm_generic.S standard
arm/arm/bus_space_generic.c standard
arm/arm/cpufunc_asm_arm9.S standard
-arm/arm/irq_dispatch.S standard
arm/s3c2xx0/board_ln2410sbc.c optional board_ln2410sbc
arm/s3c2xx0/s3c24x0_rtc.c standard
arm/s3c2xx0/s3c24x0_machdep.c standard
OpenPOWER on IntegriCloud