Download raw body.
More arm64 hwcap
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@
--- 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