mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
5e4e1d4995
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.
18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
# $FreeBSD$
|
|
|
|
arm/arm/bus_space_generic.c standard
|
|
arm/arm/cpufunc_asm_xscale.S standard
|
|
|
|
arm/xscale/pxa/pxa_gpio.c standard
|
|
arm/xscale/pxa/pxa_icu.c standard
|
|
arm/xscale/pxa/pxa_machdep.c standard
|
|
arm/xscale/pxa/pxa_obio.c standard
|
|
arm/xscale/pxa/pxa_smi.c standard
|
|
arm/xscale/pxa/pxa_space.c standard
|
|
arm/xscale/pxa/pxa_timer.c standard
|
|
|
|
arm/xscale/pxa/uart_bus_pxa.c optional uart
|
|
arm/xscale/pxa/uart_cpu_pxa.c optional uart
|
|
|
|
arm/xscale/pxa/if_smc_smi.c optional smc
|