==== //depot/user/mlaier/carp2/sys/kern/uipc_domain.c#3 - /usr/store/mlaier/p4/carp2/sys/kern/uipc_domain.c ==== --- /tmp/tmp.40917.0 Thu Dec 9 04:02:36 2004 +++ /usr/store/mlaier/p4/carp2/sys/kern/uipc_domain.c Thu Dec 9 03:43:12 2004 @@ -215,9 +215,6 @@ KASSERT(domain_init_status == 0, ("domaininit called too late!")); domain_init_status = 1; mtx_unlock(&dom_mtx); - - callout_reset(&pffast_callout, 1, pffasttimo, NULL); - callout_reset(&pfslow_callout, 1, pfslowtimo, NULL); } /* ARGSUSED*/ @@ -228,6 +225,9 @@ KASSERT(domain_init_status == 1, ("domainfinalize called too late!")); domain_init_status = 2; mtx_unlock(&dom_mtx); + + callout_reset(&pffast_callout, 1, pffasttimo, NULL); + callout_reset(&pfslow_callout, 1, pfslowtimo, NULL); } struct protosw *