Date: Tue, 22 Nov 2005 22:34:14 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h smptests.h Message-ID: <200511222234.jAMMYESN088555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-11-22 22:34:14 UTC FreeBSD src repository Modified files: sys/i386/i386 mp_machdep.c sys/i386/include smp.h smptests.h Log: Garbage collect the code to store diagnostics codes in a CMOS register during SMP startup. We haven't had any issues with starting up the APs on i386 in quite a while now which is all this code is really useful for. If someone ever does really need it they can always dig it up out of the attic. Revision Changes Path 1.258 +0 -31 src/sys/i386/i386/mp_machdep.c 1.84 +0 -14 src/sys/i386/include/smp.h 1.49 +0 -62 src/sys/i386/include/smptests.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511222234.jAMMYESN088555>