qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Remove unused reg_T2 definition
@ 2008-11-05 17:21 Jan Kiszka
  2008-11-06 16:15 ` Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2008-11-05 17:21 UTC (permalink / raw)
  To: qemu-devel

No longer used, remove it.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 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
  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Remove unused reg_T2 definition
  2008-11-05 17:21 [Qemu-devel] [PATCH] Remove unused reg_T2 definition Jan Kiszka
@ 2008-11-06 16:15 ` Aurelien Jarno
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2008-11-06 16:15 UTC (permalink / raw)
  To: qemu-devel

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 <jan.kiszka@siemens.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-06 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-05 17:21 [Qemu-devel] [PATCH] Remove unused reg_T2 definition Jan Kiszka
2008-11-06 16:15 ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).