From owner-cvs-src@FreeBSD.ORG Tue Nov 22 22:34:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B9C16A41F; Tue, 22 Nov 2005 22:34:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68DC743D5C; Tue, 22 Nov 2005 22:34:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAMMYEQs088556; Tue, 22 Nov 2005 22:34:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAMMYESN088555; Tue, 22 Nov 2005 22:34:14 GMT (envelope-from jhb) Message-Id: <200511222234.jAMMYESN088555@repoman.freebsd.org> From: John Baldwin Date: Tue, 22 Nov 2005 22:34:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h smptests.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 22:34:14 -0000 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