From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsEj7-00074b-QG for qemu-devel@nongnu.org; Tue, 21 Aug 2018 18:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsEj4-0003m0-GN for qemu-devel@nongnu.org; Tue, 21 Aug 2018 18:02:13 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:41797) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fsEiw-0003jZ-Se for qemu-devel@nongnu.org; Tue, 21 Aug 2018 18:02:05 -0400 Date: Tue, 21 Aug 2018 18:01:59 -0400 From: "Emilio G. Cota" Message-ID: <20180821220159.GB29425@flamenco> References: <20180821142704.18783-1-richard.henderson@linaro.org> <20180821142704.18783-5-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180821142704.18783-5-richard.henderson@linaro.org> Subject: Re: [Qemu-devel] [PATCH v2 4/5] target/arm: Check HAVE_CMPXCHG128 at transate time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, pbonzini@redhat.com On Tue, Aug 21, 2018 at 07:27:03 -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson $subject: s/transate/translate/ Reviewed-by: Emilio G. Cota E.