From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOoFK-0000r9-Vd for qemu-devel@nongnu.org; Tue, 02 Sep 2014 09:35:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOoFD-0008PJ-CP for qemu-devel@nongnu.org; Tue, 02 Sep 2014 09:35:42 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:41058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOoFC-0008Or-Q6 for qemu-devel@nongnu.org; Tue, 02 Sep 2014 09:35:35 -0400 Message-ID: <5405C799.9090703@ilande.co.uk> Date: Tue, 02 Sep 2014 14:35:21 +0100 From: Mark Cave-Ayland MIME-Version: 1.0 References: <1409658764-28113-1-git-send-email-peter.maydell@linaro.org> <5405C34D.20408@twiddle.net> In-Reply-To: <5405C34D.20408@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] target-sparc: fixed unused function warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org On 02/09/14 14:17, Richard Henderson wrote: > On 09/02/2014 04:52 AM, Peter Maydell wrote: >> Peter Maydell (3): >> target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc >> target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 >> only >> target-sparc: is_translating_asi() is TARGET_SPARC64 only At first glance I can't see anything too controversial here, so I'm happy for this to be applied given it has passed Richard's review. ATB, Mark.