From: Mark Kettenis Subject: Re: More arm64 hwcap To: Christian Weisgerber Cc: jca@openbsd.org, patrick@openbsd.org, tech@openbsd.org, brad@comstyle.com Date: Tue, 30 Jul 2024 11:00:09 +0200 > Date: Fri, 26 Jul 2024 23:28:12 +0200 > From: Christian Weisgerber > > 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 >