From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Ymhkm-0005br-3C for mharc-qemu-trivial@gnu.org; Mon, 27 Apr 2015 08:03:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymhkk-0005YU-4C for qemu-trivial@nongnu.org; Mon, 27 Apr 2015 08:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymhkj-00070p-9L for qemu-trivial@nongnu.org; Mon, 27 Apr 2015 08:03:10 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:33290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmhkZ-0006v4-GB; Mon, 27 Apr 2015 08:02:59 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id B31004274A; Mon, 27 Apr 2015 15:02:57 +0300 (MSK) Message-ID: <553E2571.2000700@msgid.tls.msk.ru> Date: Mon, 27 Apr 2015 15:02:57 +0300 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Peter Crosthwaite , qemu-devel@nongnu.org References: In-Reply-To: OpenPGP: id=804465C5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, Peter Crosthwaite Subject: Re: [Qemu-trivial] [PATCH target-arm 2/2] arm: cpu.h: Delete unused cpu_pc_from_tb() X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 12:03:11 -0000 27.04.2015 04:38, Peter Crosthwaite wrote: > No code uses the cpu_pc_from_tb() function. Delete. > > Signed-off-by: Peter Crosthwaite > --- > target-arm/cpu.h | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > index 7069103..c9c5d30 100644 > --- a/target-arm/cpu.h > +++ b/target-arm/cpu.h > @@ -1874,15 +1874,6 @@ static inline void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, > > #include "exec/exec-all.h" > > -static inline void cpu_pc_from_tb(CPUARMState *env, TranslationBlock *tb) This function is also used in target-tricore/cpu.h, and is mentioned in comments in tcg/tcg.h. Should these be removed as well? Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymhkf-0005Qh-8T for qemu-devel@nongnu.org; Mon, 27 Apr 2015 08:03:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmhkZ-0006vX-Oe for qemu-devel@nongnu.org; Mon, 27 Apr 2015 08:03:05 -0400 Message-ID: <553E2571.2000700@msgid.tls.msk.ru> Date: Mon, 27 Apr 2015 15:02:57 +0300 From: Michael Tokarev MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH target-arm 2/2] arm: cpu.h: Delete unused cpu_pc_from_tb() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, Peter Crosthwaite 27.04.2015 04:38, Peter Crosthwaite wrote: > No code uses the cpu_pc_from_tb() function. Delete. > > Signed-off-by: Peter Crosthwaite > --- > target-arm/cpu.h | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > index 7069103..c9c5d30 100644 > --- a/target-arm/cpu.h > +++ b/target-arm/cpu.h > @@ -1874,15 +1874,6 @@ static inline void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, > > #include "exec/exec-all.h" > > -static inline void cpu_pc_from_tb(CPUARMState *env, TranslationBlock *tb) This function is also used in target-tricore/cpu.h, and is mentioned in comments in tcg/tcg.h. Should these be removed as well? Thanks, /mjt