Download raw body.
More arm64 hwcap
> Date: Fri, 26 Jul 2024 23:28:12 +0200
> From: Christian Weisgerber <naddy@mips.inka.de>
>
> Mark Kettenis:
>
> > This pretty much completes populating hwcap and hwcap2 on arm64.
> > Still need to look into what's up with HWCAP_EVSTRM.
> >
> > ok?
>
> I think I have spotted one paste error, otherwise ok naddy@
Committed with that fixed. Thanks!
> --- sys/arch/arm64/arm64/cpu.c
> +++ sys/arch/arm64/arm64/cpu.c
> @@ -893,7 +893,7 @@ cpu_identify(struct cpu_info *ci)
> id = READ_SPECIALREG(id_aa64isar2_el1);
>
> if (ID_AA64ISAR2_CSSC(id) >= ID_AA64ISAR2_CSSC_IMPL) {
> - printf("%sBC", sep);
> + printf("%sCSSC", sep);
> sep = ",";
> }
>
> --
> Christian "naddy" Weisgerber naddy@mips.inka.de
>
More arm64 hwcap