summaryrefslogtreecommitdiffstats
path: root/bsps/include
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-10-29 13:40:54 -0500
committerJoel Sherrill <joel@rtems.org>2020-12-02 18:51:40 -0600
commita151ee167ecf7cc7f18e66d03b49843c01031d00 (patch)
tree4c6b16dd4eca5c825cfb81d662e64970b4dd45a4 /bsps/include
parentbsps: Move zynq-uart to bsps/shared (diff)
downloadrtems-a151ee167ecf7cc7f18e66d03b49843c01031d00.tar.bz2
bsps: Move ARM GICv2 driver to bsps/shared
This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
Diffstat (limited to 'bsps/include')
-rw-r--r--bsps/include/dev/irq/arm-gic-irq.h4
1 files changed, 2 insertions, 2 deletions
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)
{