qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/2] linux-user: Remove unused co


From: Stefan Weil
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/2] linux-user: Remove unused code
Date: Mon, 03 Oct 2011 23:12:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110818 Iceowl/1.0b1 Icedove/3.0.11

Am 03.10.2011 22:43, schrieb Stefan Weil:
The code is unused since 8 years, so remove it.

Signed-off-by: Stefan Weil <address@hidden>
---
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]