K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-01-16T20:29:23.000000Z K 7 svn:log V 206 KASSERT() that initproc->p_pid is 1. Very bad things happen if init's pid isn't 1, and it can actually occur if kthread_create() is called before SUB_SI_CREATE_INIT without RFHIGHPID. Discussed with: jhb END