Re: [PATCH 07/11] target/s390x/helper: Clean ifdef'ry

2020-05-11 Thread Cornelia Huck
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

Re: [PATCH 07/11] target/s390x/helper: Clean ifdef'ry

2020-05-11 Thread David Hildenbrand
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 --

[PATCH 07/11] target/s390x/helper: Clean ifdef'ry

2020-05-09 Thread Philippe Mathieu-Daudé
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