On Sat, 9 May 2020 15:09:06 +0200
Philippe Mathieu-Daudé wrote:
> All this code is guarded checking CONFIG_USER_ONLY definition.
> Drop the duplicated checks.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Suspicious ifdef'ry in s390_handle_wait() from commit 83f7f32901c.
> ---
> target/s3
On 09.05.20 15:09, Philippe Mathieu-Daudé wrote:
> All this code is guarded checking CONFIG_USER_ONLY definition.
> Drop the duplicated checks.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Suspicious ifdef'ry in s390_handle_wait() from commit 83f7f32901c.
Reviewed-by: David Hildenbrand
--
All this code is guarded checking CONFIG_USER_ONLY definition.
Drop the duplicated checks.
Signed-off-by: Philippe Mathieu-Daudé
---
Suspicious ifdef'ry in s390_handle_wait() from commit 83f7f32901c.
---
target/s390x/helper.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --g