target/s390x/helper: Clean ifdef'ry
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 26 May 2020 17:24:26 +0000 (19:24 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 5 Jun 2020 15:13:11 +0000 (17:13 +0200)
commit8c4b4e37636219bc913205314fa44d27df687d9e
treed18e7969b3f39c8b78d72d67b4a15c5aa44d5749
parentd64c1bd6ca0323e9e5e848c6a8193dc12ab1273e
target/s390x/helper: Clean ifdef'ry

All this code is guarded checking CONFIG_USER_ONLY definition.
Drop the duplicated checks.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200526172427.17460-7-f4bug@amsat.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.c