From owner-freebsd-arch@FreeBSD.ORG Thu Feb 18 02:34:05 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 859FD106566B; Thu, 18 Feb 2010 02:34:05 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 290E48FC13; Thu, 18 Feb 2010 02:34:05 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id o1I2Xs53099741; Thu, 18 Feb 2010 11:33:57 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Thu, 18 Feb 2010 11:32:58 +0900 (JST) Message-Id: <20100218.113258.162020867.nyan@FreeBSD.org> To: imp@bsdimp.com From: TAKAHASHI Yoshihiro In-Reply-To: <20100217.154039.1142818667055144394.imp@bsdimp.com> References: <3bbf2fe11002151610l41526f55r5e60b5e46ce42b64@mail.gmail.com> <20100216.135906.812628220523048669.imp@bsdimp.com> <20100217.154039.1142818667055144394.imp@bsdimp.com> 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 02:34:05 -0000 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 --- TAKAHASHI Yoshihiro