From owner-freebsd-arch@FreeBSD.ORG Thu Feb 18 04:37:51 2010 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1E8D1065670; Thu, 18 Feb 2010 04:37:51 +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 9288A8FC0C; Thu, 18 Feb 2010 04:37:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o1I4ZH8k059358; Wed, 17 Feb 2010 21:35:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 17 Feb 2010 21:35:33 -0700 (MST) Message-Id: <20100217.213533.978079850573044780.imp@bsdimp.com> To: nyan@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20100218.113258.162020867.nyan@FreeBSD.org> References: <20100216.135906.812628220523048669.imp@bsdimp.com> <20100217.154039.1142818667055144394.imp@bsdimp.com> <20100218.113258.162020867.nyan@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: attilio@FreeBSD.org, arch@FreeBSD.org, emaste@sandvine.com Subject: Re: [PATCH] Adding shared code support for ia32 and amd64 -- x86 sub-branch X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 04:37:51 -0000 In message: <20100218.113258.162020867.nyan@FreeBSD.org> TAKAHASHI Yoshihiro writes: : In article <20100217.154039.1142818667055144394.imp@bsdimp.com> : "M. Warner Losh" writes: : : > You can see the results of this work in : > http://people.freebsd.org/~imp/tbemd.diff : : The change for sys/conf/Makefile.pc98 in this patch is incorrect. : : Please see my mail: : http://lists.freebsd.org/pipermail/svn-src-user/2010-February/002375.html In theory, the Makefile.$MACHINE shouldn't need this, but I do understand how useful it is. I'll see what I can do to keep it. Warner