K 10 svn:author V 6 cognet K 8 svn:date V 27 2013-08-09T23:13:52.875561Z K 7 svn:log V 177 Don't call sleepinit() from proc0_init(), make it a SYSINIT instead. vmem needs the sleepq locks to be initialized when free'ing kva, so we want it called as early as possible. END