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.
16 lines
606 B
Plaintext
16 lines
606 B
Plaintext
# $FreeBSD$
|
|
arm/arm/bus_space_generic.c standard
|
|
arm/arm/cpufunc_asm_xscale.S standard
|
|
arm/arm/cpufunc_asm_xscale_c3.S standard
|
|
arm/xscale/i80321/i80321_timer.c standard
|
|
arm/xscale/i80321/i80321_wdog.c optional iopwdog
|
|
arm/xscale/i8134x/i81342.c standard
|
|
arm/xscale/i8134x/i81342_mcu.c standard
|
|
arm/xscale/i8134x/i81342_pci.c optional pci
|
|
arm/xscale/i8134x/i81342_space.c standard
|
|
arm/xscale/i8134x/obio.c standard
|
|
arm/xscale/i8134x/obio_space.c standard
|
|
arm/xscale/i8134x/uart_bus_i81342.c optional uart
|
|
arm/xscale/i8134x/uart_cpu_i81342.c optional uart
|
|
dev/uart/uart_dev_ns8250.c optional uart
|