mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 12:40:11 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -130,7 +130,7 @@ dpcpu_startup(void *dummy __unused)
|
||||
TAILQ_INSERT_HEAD(&dpcpu_head, df, df_link);
|
||||
sx_init(&dpcpu_lock, "dpcpu alloc lock");
|
||||
}
|
||||
SYSINIT(dpcpu, SI_SUB_KLD, SI_ORDER_FIRST, dpcpu_startup, 0);
|
||||
SYSINIT(dpcpu, SI_SUB_KLD, SI_ORDER_FIRST, dpcpu_startup, NULL);
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user