mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 19:30:26 +08:00
bsps: Move ARM GICv2 driver to bsps/shared
This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
This commit is contained in:
committed by
Joel Sherrill
parent
f0859573f9
commit
a151ee167e
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user