freebsd-dev/sys/arm/versatile
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
..
bus_space.c Correct license statements to reflect the fact that these files were all 2013-12-10 22:13:36 +00:00
files.versatile Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
if_smc_fdt.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
pl050.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
sp804.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_clcd.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_common.c Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
versatile_machdep.c Call initarm_lastaddr() later in the init sequence, after establishing 2013-11-05 02:57:34 +00:00
versatile_pci_bus_space.c
versatile_pci_bus_space.h
versatile_pci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_sic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_timer.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00