Re: [PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl

2021-10-28 Thread Richard Henderson
On 10/19/21 9:44 AM, Warner Losh wrote: Implement the extended HW capabilities for HWCAP2. Signed-off-by: Klye Evans Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_elf.h | 22 ++ 1 file changed, 22 insertions(+) Reviewed-by: Richard Henderson r~

Re: [PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl

2021-10-25 Thread Kyle Evans
On Tue, Oct 19, 2021 at 11:45 AM Warner Losh wrote: > > Implement the extended HW capabilities for HWCAP2. > > Signed-off-by: Klye Evans > Signed-off-by: Warner Losh > --- > bsd-user/arm/target_arch_elf.h | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/bsd-user/

[PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl

2021-10-19 Thread Warner Losh
Implement the extended HW capabilities for HWCAP2. Signed-off-by: Klye Evans Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_elf.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/bsd-user/arm/target_arch_elf.h b/bsd-user/arm/target_arch_elf.h index 02d25b8926