K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-24T10:07:42.000000Z K 7 svn:log V 382 - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier so that mutex operations work. - Enter Giant earlier so we hold it during boot. - Proc locking. - Move globaldata_init() into here from mp_machdep.c so that UP kernels don't depend on mp_machdep.c. Use a callout in the SMP case to register the boot processor's globaldata in the cpuid_to_globaldata array. END