Date: Wed, 13 Sep 2000 05:40:44 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c trap.c Message-ID: <200009131240.FAA61111@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/09/13 05:40:44 PDT Modified files: sys/i386/i386 machdep.c trap.c Log: Fixed hang on booting with -d. mtx_enter() was called on an uninitialized lock. The quick fix in trap.c was not quite the version tested and had no effect; back it out. Revision Changes Path 1.408 +7 -7 src/sys/i386/i386/machdep.c 1.155 +3 -5 src/sys/i386/i386/trap.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?200009131240.FAA61111>