On Sun, Apr 25, 2021 at 10:08 AM Richard Henderson < richard.hender...@linaro.org> wrote:
> In most cases we were already passing get_sp_from_cpustate > directly to the function. In other cases, we were passing > a local variable which already contained the same value. > In the rest of the cases, we were passing the stack pointer > out of env directly. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/signal-common.h | 2 +- > linux-user/aarch64/signal.c | 2 +- > linux-user/alpha/signal.c | 2 +- > linux-user/arm/signal.c | 4 ++-- > linux-user/hexagon/signal.c | 2 +- > linux-user/hppa/signal.c | 2 +- > linux-user/i386/signal.c | 2 +- > linux-user/m68k/signal.c | 2 +- > linux-user/microblaze/signal.c | 2 +- > linux-user/mips/signal.c | 2 +- > linux-user/nios2/signal.c | 2 +- > linux-user/openrisc/signal.c | 2 +- > linux-user/ppc/signal.c | 2 +- > linux-user/riscv/signal.c | 2 +- > linux-user/s390x/signal.c | 2 +- > linux-user/sh4/signal.c | 2 +- > linux-user/signal.c | 6 +++--- > linux-user/xtensa/signal.c | 2 +- > 18 files changed, 21 insertions(+), 21 deletions(-) > Reviewed by: Warner Losh <i...@bsdimp.com>