From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RApp9-0006RI-De for qemu-devel@nongnu.org; Mon, 03 Oct 2011 17:13:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RApp6-0006Kh-TN for qemu-devel@nongnu.org; Mon, 03 Oct 2011 17:13:19 -0400 Message-ID: <4E8A2542.40707@weilnetz.de> Date: Mon, 03 Oct 2011 23:12:34 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1317674600-19083-1-git-send-email-sw@weilnetz.de> <1317674600-19083-2-git-send-email-sw@weilnetz.de> In-Reply-To: <1317674600-19083-2-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] linux-user: Remove unused code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: QEMU Developers Am 03.10.2011 22:43, schrieb Stefan Weil: > The code is unused since 8 years, so remove it. > > Signed-off-by: Stefan Weil > --- > linux-user/signal.c | 5 +---- > 1 files changed, 1 insertions(+), 4 deletions(-) > > diff --git a/linux-user/signal.c b/linux-user/signal.c > index 89276eb..40c5eb1 100644 > --- a/linux-user/signal.c > +++ b/linux-user/signal.c > @@ -1274,10 +1274,7 @@ setup_return(CPUState *env, struct > target_sigaction *ka, > > if (__put_user(retcodes[idx], rc)) > return 1; > -#if 0 > - flush_icache_range((abi_ulong)rc, > - (abi_ulong)(rc + 1)); > -#endif > + > retcode = rc_addr + thumb; > } > This is a trivial patch, so I send it to qemu-trivial, too. The patch is independent of the rest of the series. Cheers, Stefan Weil