Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/kern/kern_mbuf.c 184778 2008-11-09 01:53:06Z kmacy $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_mbuf.c 185893 2008-12-10 22:17:09Z bz $");
103a104,108
> /*
> * tunable_mbinit() has to be run before init_maxsockets() thus
> * the SYSINIT order below is SI_ORDER_MIDDLE while init_maxsockets()
> * runs at SI_ORDER_ANY.
> */
116c121
< SYSINIT(tunable_mbinit, SI_SUB_TUNABLES, SI_ORDER_ANY, tunable_mbinit, NULL);
---
> SYSINIT(tunable_mbinit, SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_mbinit, NULL);