freebsd-dev/sys/arm/samsung/exynos
Ian Lepore 5e4e1d4995 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.
2014-03-10 18:10:09 +00:00
..
arch_timer.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
ehci_exynos5.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
exynos5_common.c Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
exynos5_machdep.c o Use common ARMv6/v7 bus_space tag. 2013-11-13 16:17:05 +00:00
exynos5_mp.c Move the declaration for mpentry() into a header file instead of pasting 2014-02-23 22:35:18 +00:00
files.exynos5 Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
std.exynos5 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
uart.c
uart.h