On 28/09/2020 17:24, Kinsey Moore wrote:

This breaks out AArch32-specific code so that the shared GICv3 code can
be reused by other architectures.

I would place the shared IRQ controller support in:

bsps/include/dev/irq

bsps/shared/dev/irq

The bsp_interrupt_dispatch() is declared in:

cpukit/score/cpu/arm/include/rtems/score/armv4.h

Since it is used by:

cpukit/score/cpu/arm/arm_exc_interrupt.S

I think you should declare this function in:

cpukit/score/cpu/aarch64/include/rtems/score/*.h

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to