From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9Ztm-0007ky-T6 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 06:33:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9Ztk-0005Qp-Vo for qemu-devel@nongnu.org; Mon, 19 Mar 2012 06:33:10 -0400 Message-ID: <4F670B62.2040606@suse.de> Date: Mon, 19 Mar 2012 11:33:06 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1331985651-16227-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1331985651-16227-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] target-mips: Remove unused inline function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , qemu-devel@nongnu.org, Aurelien Jarno Hello Stefan, Am 17.03.2012 13:00, schrieb Stefan Weil: > Function set_HILO is not needed anywhere. Does this cause any warnings? Given the state mips is currently in (TCG patches queuing), I'd suggest to hold this off for a bit, but I don't really mind either way. Commit message does not mention if this was never used in the first place or became unused during TCG conversion or some other refactoring? Andreas >=20 > Signed-off-by: Stefan Weil > --- > target-mips/op_helper.c | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) >=20 > diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c > index 3a20731..7b77d5a 100644 > --- a/target-mips/op_helper.c > +++ b/target-mips/op_helper.c > @@ -193,12 +193,6 @@ static inline uint64_t get_HILO (void) > return ((uint64_t)(env->active_tc.HI[0]) << 32) | (uint32_t)env->a= ctive_tc.LO[0]; > } > =20 > -static inline void set_HILO (uint64_t HILO) > -{ > - env->active_tc.LO[0] =3D (int32_t)HILO; > - env->active_tc.HI[0] =3D (int32_t)(HILO >> 32); > -} > - > static inline void set_HIT0_LO (target_ulong arg1, uint64_t HILO) > { > env->active_tc.LO[0] =3D (int32_t)(HILO & 0xFFFFFFFF); --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg