From owner-cvs-src-old@FreeBSD.ORG Tue Aug 10 18:29:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67DBC1065754 for ; Tue, 10 Aug 2010 18:29:50 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B67A8FC18 for ; Tue, 10 Aug 2010 18:29:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7AITntL092554 for ; Tue, 10 Aug 2010 18:29:49 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7AITnCq092553 for cvs-src-old@freebsd.org; Tue, 10 Aug 2010 18:29:49 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201008101829.o7AITnCq092553@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 10 Aug 2010 18:29:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2010 18:29:50 -0000 attilio 2010-08-10 18:29:39 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c Log: SVN rev 211151 on 2010-08-10 18:29:39Z by attilio Fix a typo due to a stale version of the patch. Reported by: gianni, rdivacky MFC after: 1 month X-MFC: 211149 Revision Changes Path 1.325 +1 -1 src/sys/amd64/amd64/mp_machdep.c 1.313 +1 -1 src/sys/i386/i386/mp_machdep.c