mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 23:18:54 +08:00
bsps: Remove gicvx_interrupt_dispatch()
Avoid one level of indirection. Update #4202.
This commit is contained in:
@@ -57,8 +57,3 @@ void arm_interrupt_facility_set_exception_handler(void)
|
||||
_AArch64_Exception_interrupt_nest
|
||||
);
|
||||
}
|
||||
|
||||
void bsp_interrupt_dispatch(void)
|
||||
{
|
||||
gicvx_interrupt_dispatch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user