summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
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/samsung
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/samsung')
-rw-r--r--sys/arm/samsung/exynos/files.exynos51
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/samsung/exynos/files.exynos5 b/sys/arm/samsung/exynos/files.exynos5
index bb8218e..c68b1ff 100644
--- a/sys/arm/samsung/exynos/files.exynos5
+++ b/sys/arm/samsung/exynos/files.exynos5
@@ -8,7 +8,6 @@ arm/arm/cpufunc_asm_armv5.S standard
arm/arm/cpufunc_asm_arm10.S standard
arm/arm/cpufunc_asm_arm11.S standard
arm/arm/cpufunc_asm_armv7.S standard
-arm/arm/irq_dispatch.S standard
arm/arm/bus_space-v6.c standard
arm/arm/gic.c standard
OpenPOWER on IntegriCloud