linux-user/s390x: Tidy save_sigregs
commit82839490e458a7e5022d6a0137c2a6a3eee0e9fc
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:34:01 +0000 (28 12:34 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (15 21:44 +0200)
treee77fb569757580e8b7ccb666d02d2a3f1e65d021
parentbb17fc5b47af674ee429d4fca95485f9211aef4d
linux-user/s390x: Tidy save_sigregs

The "save" routines copied from the kernel, which are currently
commented out, are unnecessary in qemu.  We can copy from env
where the kernel needs special instructions.  Fix comment style.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210428193408.233706-9-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/s390x/signal.c