mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-03 18:49:34 +08:00
Initialize interrupt server earlier
This allows to initialize other basic services which depend on the interrupt server.
This commit is contained in:
parent
6e5b088e8f
commit
08fbf18141
@ -60,4 +60,4 @@ irqs_sysinit(void)
|
||||
);
|
||||
BSD_ASSERT(status == RTEMS_SUCCESSFUL);
|
||||
}
|
||||
SYSINIT(irqs, SI_SUB_TUNABLES, SI_ORDER_ANY, irqs_sysinit, NULL);
|
||||
SYSINIT(irqs, SI_SUB_TUNABLES, SI_ORDER_FIRST, irqs_sysinit, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user