summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/files.at91
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/at91/files.at91
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/at91/files.at91')
-rw-r--r--sys/arm/at91/files.at911
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/files.at91 b/sys/arm/at91/files.at91
index 8c366ca..f8af397 100644
--- a/sys/arm/at91/files.at91
+++ b/sys/arm/at91/files.at91
@@ -1,6 +1,5 @@
# $FreeBSD$
arm/arm/cpufunc_asm_arm9.S standard
-arm/arm/irq_dispatch.S standard
arm/at91/at91_machdep.c standard
arm/at91/at91_aic.c standard
arm/at91/at91.c standard
OpenPOWER on IntegriCloud