mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like other
architectures.
This commit is contained in:
parent
ec63e12a03
commit
42f850516c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107037
@ -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