From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 28 17:49:50 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 460EA681; Mon, 28 Jan 2013 17:49:50 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from mail-la0-x236.google.com (la-in-x0236.1e100.net [IPv6:2a00:1450:4010:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 7D094F22; Mon, 28 Jan 2013 17:49:49 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gw10so989480lab.13 for ; Mon, 28 Jan 2013 09:49:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=XcPQKagxRlz1NDlIpC9fRd99NWLKCa2r21vbM9rHfGA=; b=n5vbyVTnPQijGL3dYuX8BrVFYwvSKeOe5h282n/Ta0xkDr8rmatys+UVN90gw7QNgO bmxbjB6L4LnI6Wg/tNqJeuB1+gRJK68MKIpDl5H4Ah7sJlSgeGfbEwWfu0CiA543tNei 5fxXiMtMf453RQHEa9TxG9BnWYR7akvkcDaA3JE+7ArnkzmU3QS3FwTRLClI7KG4P/KB POz9XDGbEoiImYJXhoMumyzaIcMl++75xpNb+fKvl9eiWrpa3G/KZixMzNKYjLYb+wON 4p1BzfT9tab5QS/BczbsUxEnxeG+ehyilOiJ2AVc9kuK5a10sByfVNinsVsN0R2m2b0E BwNg== X-Received: by 10.112.84.164 with SMTP id a4mr4870852lbz.10.1359395388312; Mon, 28 Jan 2013 09:49:48 -0800 (PST) Received: from dchagin.static.corbina.net (dchagin.static.corbina.ru. [78.107.232.239]) by mx.google.com with ESMTPS id ew10sm4064748lbb.10.2013.01.28.09.49.46 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 09:49:47 -0800 (PST) Received: from dchagin.static.corbina.net (localhost [127.0.0.1]) by dchagin.static.corbina.net (8.14.6/8.14.6) with ESMTP id r0SHnj3t004175; Mon, 28 Jan 2013 21:49:45 +0400 (MSK) (envelope-from dchagin@dchagin.static.corbina.net) Received: (from dchagin@localhost) by dchagin.static.corbina.net (8.14.6/8.14.6/Submit) id r0SHnj9S004174; Mon, 28 Jan 2013 21:49:45 +0400 (MSK) (envelope-from dchagin) Date: Mon, 28 Jan 2013 21:49:44 +0400 From: Chagin Dmitry To: John Baldwin Subject: Re: [PATCH] Move MI bits out of MD linux.h Message-ID: <20130128174944.GA4105@dchagin.static.corbina.net> References: <201301280947.39690.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <201301280947.39690.jhb@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 17:49:50 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 28, 2013 at 09:47:39AM -0500, John Baldwin wrote: > This patch attempts to reduce duplication between i386/linux/linux.h and= =20 > amd64/linux32/linux.h by moving bits that are MI out into headers in=20 > compat/linux. I only moved constants that were defined in MI headers in = Linux=20 > itself, not necessarily all constants that have the same value. Further= =20 > reduction could be possible if we wanted to make a linux-i386.h that thes= e two=20 > headers could share, but that would be a separate project. >=20 > http://www.FreeBSD.org/~jhb/patches/linux_mi.patch >=20 Hi, John! Looks ok to me, furthemore I have similar patches in the local x86_64 linux= ulator repo. So, commit, please. --=20 Have fun! chd --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEGujgACgkQ0t2Tb3OO/O3jtgCfY2QTPft9I27YHDTDzZmLfbKf QNEAmwRGmNPAUytae4xeMXyDS3kymSYi =ALke -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm--