From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49243 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKb2w-0008GI-Hx for qemu-devel@nongnu.org; Fri, 04 Jun 2010 13:51:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKb2v-0005Cq-79 for qemu-devel@nongnu.org; Fri, 04 Jun 2010 13:51:06 -0400 Received: from are.twiddle.net ([75.149.56.221]:50463) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKb2v-0005Cg-2A for qemu-devel@nongnu.org; Fri, 04 Jun 2010 13:51:05 -0400 Message-ID: <4C093D08.3030309@twiddle.net> Date: Fri, 04 Jun 2010 10:51:04 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 02/10] target-mips: add microMIPS-specific bits to mips-defs.h References: <1274717984-25887-1-git-send-email-froydnj@codesourcery.com> <1274717984-25887-3-git-send-email-froydnj@codesourcery.com> In-Reply-To: <1274717984-25887-3-git-send-email-froydnj@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Froyd Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On 05/24/2010 09:19 AM, Nathan Froyd wrote: > There's a new ASE_MICROMIPS instruction flag, and some extra CP0_Config3 > fields. The ISA and ISA_ON_EXC fields are specific to microMIPS. The > DSP2P is for version 2 of the DSP ASE. > > Signed-off-by: Nathan Froyd > --- > target-mips/cpu.h | 3 +++ > target-mips/mips-defs.h | 1 + > 2 files changed, 4 insertions(+), 0 deletions(-) Reviewed-by: Richard Henderson r~