From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ky7W4-0006nj-7T for qemu-devel@nongnu.org; Thu, 06 Nov 2008 11:15:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ky7W3-0006n8-Nb for qemu-devel@nongnu.org; Thu, 06 Nov 2008 11:15:27 -0500 Received: from [199.232.76.173] (port=49974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ky7W3-0006n0-3F for qemu-devel@nongnu.org; Thu, 06 Nov 2008 11:15:27 -0500 Received: from hall.aurel32.net ([88.191.82.174]:52429) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ky7W2-0007vq-JE for qemu-devel@nongnu.org; Thu, 06 Nov 2008 11:15:26 -0500 Received: from p-jarno.univ-lyon1.fr ([134.214.4.132] helo=volta.aurel32.net) by hall.aurel32.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1Ky7W0-0001TH-AY for qemu-devel@nongnu.org; Thu, 06 Nov 2008 17:15:24 +0100 Received: from aurel32 by volta.aurel32.net with local (Exim 4.69) (envelope-from ) id 1Ky7Vv-00025Z-3L for qemu-devel@nongnu.org; Thu, 06 Nov 2008 17:15:19 +0100 Date: Thu, 6 Nov 2008 17:15:19 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] Remove unused reg_T2 definition Message-ID: <20081106161519.GC5083@volta.aurel32.net> References: <4911D627.1030208@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <4911D627.1030208@siemens.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, Nov 05, 2008 at 06:21:43PM +0100, Jan Kiszka wrote: > No longer used, remove it. Applied, thanks. > Signed-off-by: Jan Kiszka > --- > cpu-exec.c | 4 ---- > 1 file changed, 4 deletions(-) > > Index: b/cpu-exec.c > =================================================================== > --- a/cpu-exec.c > +++ b/cpu-exec.c > @@ -58,10 +58,6 @@ void cpu_loop_exit(void) > longjmp(env->jmp_env, 1); > } > > -#if !(defined(TARGET_SPARC) || defined(TARGET_SH4) || defined(TARGET_M68K)) > -#define reg_T2 > -#endif > - > /* exit the current TB from a signal handler. The host registers are > restored in a state compatible with the CPU emulator > */ > > > -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net