From owner-cvs-all@FreeBSD.ORG Sat Oct 23 20:04:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC5716A4CE; Sat, 23 Oct 2004 20:04:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929B343D49; Sat, 23 Oct 2004 20:04:00 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9NK40V1019754; Sat, 23 Oct 2004 20:04:00 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9NK40v2019753; Sat, 23 Oct 2004 20:04:00 GMT (envelope-from kensmith) Message-Id: <200410232004.i9NK40v2019753@repoman.freebsd.org> From: Ken Smith Date: Sat, 23 Oct 2004 20:04:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/sys/amd64/conf GENERIC SMP src/sys/i386/conf GENERIC SMP X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 20:04:00 -0000 kensmith 2004-10-23 20:04:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) sys/amd64/conf GENERIC sys/i386/conf GENERIC Added files: (Branch: RELENG_5_3) sys/amd64/conf SMP sys/i386/conf SMP Log: MFR5 shifting GENERIC back to UP instead of MP which should be a little safer for installs and gives the majority of users the correct (faster) kernel. Revs MFR5'd: > Revision Changes Path > 1.421.2.5 +0 -2 src/sys/amd64/conf/GENERIC > 1.1.2.1 +9 -0 src/sys/amd64/conf/SMP (new) > 1.413.2.7 +0 -2 src/sys/i386/conf/GENERIC > 1.5.2.1 +9 -0 src/sys/i386/conf/SMP (new) Discussed by: re@ Approved by: re (scottl) Revision Changes Path 1.421.2.4.2.1 +0 -2 src/sys/amd64/conf/GENERIC 1.1.4.1 +9 -0 src/sys/amd64/conf/SMP (new) 1.413.2.6.2.1 +0 -2 src/sys/i386/conf/GENERIC 1.5.4.1 +9 -0 src/sys/i386/conf/SMP (new)