From owner-svn-src-projects@FreeBSD.ORG Sat Jan 9 16:59:20 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F5EF1065672; Sat, 9 Jan 2010 16:59:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 29AF98FC13; Sat, 9 Jan 2010 16:59:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o09GttLe018292; Sat, 9 Jan 2010 09:55:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 09 Jan 2010 09:56:44 -0700 (MST) Message-Id: <20100109.095644.1024833258536734082.imp@bsdimp.com> To: src-committers@freebsd.org, svn-src-projects@freebsd.org From: "M. Warner Losh" In-Reply-To: <201001090308.o0938Mqn074464@svn.freebsd.org> References: <201001090308.o0938Mqn074464@svn.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: svn commit: r201881 - in projects/mips/sys/mips: adm5120 alchemy atheros idt include malta mips octeon1 rmi sentry5 sibyte X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 16:59:20 -0000 In message: <201001090308.o0938Mqn074464@svn.freebsd.org> Warner Losh writes: : Author: imp : Date: Sat Jan 9 03:08:22 2010 : New Revision: 201881 : URL: http://svn.freebsd.org/changeset/base/201881 : : Log: : Rename mips_pcpu_init to mips_pcpu0_init since it applies only to the : BSP. Provide a missing prototype. I forgot to include that this was suggested by neel@. Sorry about the oversight. Warner