Page MenuHomeFreeBSD

arm64: Add a sysctl to see if features are enabled
ClosedPublic

Authored by andrew on Sep 3 2025, 12:21 PM.
Tags
None
Referenced Files
F167689273: D52357.diff
Sun, Aug 23, 7:19 PM
Unknown Object (File)
Sat, Aug 22, 12:36 AM
Unknown Object (File)
Fri, Aug 21, 2:42 PM
Unknown Object (File)
Mon, Aug 17, 7:29 PM
Unknown Object (File)
Sun, Aug 16, 8:52 AM
Unknown Object (File)
Sat, Aug 8, 6:56 PM
Unknown Object (File)
Tue, Aug 4, 8:49 AM
Unknown Object (File)
Mon, Aug 3, 6:19 PM
Subscribers

Details

Summary

This will also be used as a tunable to control features in a later
change.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp added inline comments.
sys/arm64/include/cpu_feat.h
72

Any reason descr isn't retained somewhere?

This revision is now accepted and ready to land.Sep 3 2025, 3:25 PM
sys/arm64/include/cpu_feat.h
72

I previously had it in struct cpu_feat, but didn't have a need for it other than in the sysctl below.