From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn6QH-0005tL-S1 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 10:55:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn6QE-00039l-Mn for qemu-devel@nongnu.org; Fri, 16 Oct 2015 10:55:57 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:6030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn6QE-00038v-9d for qemu-devel@nongnu.org; Fri, 16 Oct 2015 10:55:54 -0400 References: <1444052745-21029-1-git-send-email-yongbok.kim@imgtec.com> From: Leon Alrae Message-ID: <56210FF1.5080905@imgtec.com> Date: Fri, 16 Oct 2015 15:55:45 +0100 MIME-Version: 1.0 In-Reply-To: <1444052745-21029-1-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: Set Config5.XNP for R6 cores List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 05/10/15 14:45, Yongbok Kim wrote: > Set Config5.XNP for R6 cores to indicate the extended LL/SC family > of instructions NOT present. > > Signed-off-by: Yongbok Kim > --- > target-mips/translate_init.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Leon Alrae