From a151ee167ecf7cc7f18e66d03b49843c01031d00 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 29 Oct 2020 13:40:54 -0500 Subject: bsps: Move ARM GICv2 driver to bsps/shared This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code. --- bsps/include/dev/irq/arm-gic-irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsps/include/dev') diff --git a/bsps/include/dev/irq/arm-gic-irq.h b/bsps/include/dev/irq/arm-gic-irq.h index a97191faca..d63fce32d1 100644 --- a/bsps/include/dev/irq/arm-gic-irq.h +++ b/bsps/include/dev/irq/arm-gic-irq.h @@ -122,10 +122,10 @@ void arm_interrupt_facility_set_exception_handler(void); void arm_interrupt_handler_dispatch(rtems_vector_number vector); /** - * This is the GICv3 interrupt dispatcher that is to be called from the + * This is the GICv1/GICv2/GICv3 interrupt dispatcher that is to be called from the * architecture-specific implementation of the IRQ handler. */ -void gicv3_interrupt_dispatch(void); +void gicvx_interrupt_dispatch(void); static inline uint32_t arm_gic_irq_processor_count(void) { -- cgit v1.2.3