mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-20 23:20:51 +08:00
bsps: Use header file for GIC architecture support
This avoids a function call overhead in the interrupt dispatching. Update #4202.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
*/
|
||||
|
||||
#include <dev/irq/arm-gic.h>
|
||||
#include <dev/irq/arm-gic-arch.h>
|
||||
|
||||
#include <bsp/irq.h>
|
||||
#include <bsp/irq-generic.h>
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <dev/irq/arm-gic.h>
|
||||
#include <dev/irq/arm-gic-arch.h>
|
||||
|
||||
#include <bsp/irq.h>
|
||||
#include <bsp/irq-generic.h>
|
||||
|
||||
Reference in New Issue
Block a user