Date: Wed, 24 Jan 2001 02:07:43 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Message-ID: <200101241007.f0OA7hm05076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/01/24 02:07:43 PST Modified files: sys/alpha/alpha machdep.c Log: - 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. Revision Changes Path 1.109 +49 -3 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101241007.f0OA7hm05076>