From owner-svn-src-head@FreeBSD.ORG Mon May 24 13:48:58 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1207F106567A; Mon, 24 May 2010 13:48:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D606F8FC0C; Mon, 24 May 2010 13:48:57 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 87B6E46B39; Mon, 24 May 2010 09:48:57 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 833E58A025; Mon, 24 May 2010 09:48:53 -0400 (EDT) From: John Baldwin To: Alexander Motin Date: Mon, 24 May 2010 09:44:16 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <201005231745.o4NHj2wF045486@svn.freebsd.org> <201005240919.16796.jhb@freebsd.org> <4BFA8037.50108@FreeBSD.org> In-Reply-To: <4BFA8037.50108@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201005240944.16424.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 24 May 2010 09:48:53 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r208452 - in head/sys: amd64/amd64 conf i386/i386 x86/x86 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 13:48:58 -0000 On Monday 24 May 2010 9:33:43 am Alexander Motin wrote: > John Baldwin wrote: > > On Sunday 23 May 2010 1:45:02 pm Alexander Motin wrote: > >> Author: mav > >> Date: Sun May 23 17:45:01 2010 > >> New Revision: 208452 > >> URL: http://svn.freebsd.org/changeset/base/208452 > >> > >> Log: > >> Unify local_apic.c for x86 archs, > > > > Aiee! I have local changes here you just hosed! > > Sorry, but I didn't want to do same work twice. Is there some problems > for you to just patch different file? Or it is specific for only one > platform? No, it is just extra pain, and will make MFC'ing my changes more painful as well. It would perhaps be a good idea in the future for folks to send out a bit of a heads up before moving a file to sys/x86. -- John Baldwin