OSDN Git Service

bsd-user/signal.c: implement cpu_loop_exit_sigbus
authorWarner Losh <imp@bsdimp.com>
Sat, 8 Jan 2022 23:06:33 +0000 (16:06 -0700)
committerWarner Losh <imp@bsdimp.com>
Fri, 28 Jan 2022 22:52:39 +0000 (15:52 -0700)
commitcfdee273c4e41d0b485bc82966a82d6ab6f37a1d
tree3bf8542da3e9e42f05e36a82b9058d16aa548a60
parentfc9f9bdd3a6111d0bb419282657f89eea7d8de88
bsd-user/signal.c: implement cpu_loop_exit_sigbus

First attempt at implementing cpu_loop_exit_sigbus, mostly copied from
linux-user version of this function.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Kyle Evans <kevans@freebsd.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/signal.c