From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAylR-0007JY-BU for qemu-devel@nongnu.org; Wed, 05 Feb 2014 04:27:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAylL-0003Nn-Tq for qemu-devel@nongnu.org; Wed, 05 Feb 2014 04:27:25 -0500 Received: from mel.act-europe.fr ([194.98.77.210]:56862 helo=smtp.eu.adacore.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAylL-0003Nh-NF for qemu-devel@nongnu.org; Wed, 05 Feb 2014 04:27:19 -0500 Message-ID: <52F203F6.5000003@adacore.com> Date: Wed, 05 Feb 2014 10:27:18 +0100 From: Fabien Chouteau MIME-Version: 1.0 References: <1385474661-8717-1-git-send-email-sebastian.huber@embedded-brains.de> <52F202B2.1040005@adacore.com> In-Reply-To: <52F202B2.1040005@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] SPARC: Add and use CPU_FEATURE_CASA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Huber , qemu-devel@nongnu.org, Blue Swirl On 02/05/2014 10:21 AM, Fabien Chouteau wrote: > On 11/26/2013 03:04 PM, Sebastian Huber wrote: >> The LEON3 processor has support for the CASA instruction which is >> normally only available for SPARC V9 processors. Binutils 2.24 >> and GCC 4.9 will support this instruction for LEON3. GCC uses it to >> generate C11 atomic operations. > > The patch looks good. I can't really test it but I assume you did. > > Thank you Sebastian. > > Reviewed-by: Fabien Chouteau > Sorry Blue you should be in copy. Can you apply this patch please? Thanks,