On 10/19/21 9:44 AM, Warner Losh wrote:
> Implement EXCP_PREFETCH_ABORT AND EXCP_DATA_ABORT. Both of these data
> exceptions cause a SIGSEGV.
>
> Signed-off-by: Klye Evans<kevans@FreeBSD.org>
> Signed-off-by: Olivier Houchard<cognet@ci0.org>
> Signed-off-by: Stacey Son<sson@FreeBSD.org>
> Signed-off-by: Warner Losh<imp@bsdimp.com>
> ---
> bsd-user/arm/target_arch_cpu.h | 11 +++++++++++
> 1 file changed, 11 insertions(+)
Short-term:
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
I hope to have the patches that make this obsolete go in this week.
I both look forward to that and dread it a little. Should we try to order our PULL requests
to make less work for both of us?
Warner