Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like other
architectures.
This commit is contained in:
parent
ec63e12a03
commit
42f850516c
@ -43,7 +43,7 @@ static device_t nexusdev;
|
||||
|
||||
static void configure(void *);
|
||||
|
||||
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure, NULL);
|
||||
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
|
||||
|
||||
static void
|
||||
configure(void *v)
|
||||
|
Loading…
Reference in New Issue
Block a user