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
F147503685: D52357.diff
Wed, Mar 11, 12:04 PM
Unknown Object (File)
Sat, Mar 7, 10:10 PM
Unknown Object (File)
Mon, Mar 2, 11:16 AM
Unknown Object (File)
Feb 8 2026, 10:29 AM
Unknown Object (File)
Feb 8 2026, 6:45 AM
Unknown Object (File)
Feb 5 2026, 3:01 AM
Unknown Object (File)
Jan 30 2026, 6:28 PM
Unknown Object (File)
Jan 22 2026, 11:59 AM
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.