summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/files.mv
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/mv/files.mv
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/mv/files.mv')
-rw-r--r--sys/arm/mv/files.mv1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/mv/files.mv b/sys/arm/mv/files.mv
index 4fbdc6d..0d14e4d 100644
--- a/sys/arm/mv/files.mv
+++ b/sys/arm/mv/files.mv
@@ -20,7 +20,6 @@ arm/arm/cpufunc_asm_armv5_ec.S standard
arm/arm/cpufunc_asm_armv7.S standard
arm/arm/cpufunc_asm_sheeva.S standard
arm/arm/cpufunc_asm_pj4b.S standard
-arm/arm/irq_dispatch.S standard
arm/mv/bus_space.c standard
arm/mv/gpio.c standard
OpenPOWER on IntegriCloud