On Thu, Oct 28, 2021 at 9:29 AM Richard Henderson < richard.hender...@linaro.org> wrote:
> 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<kev...@freebsd.org> > > Signed-off-by: Olivier Houchard<cog...@ci0.org> > > Signed-off-by: Stacey Son<s...@freebsd.org> > > Signed-off-by: Warner Losh<i...@bsdimp.com> > > --- > > bsd-user/arm/target_arch_cpu.h | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > Short-term: > Reviewed-by: Richard Henderson <richard.hender...@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