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
F162630562: D52357.diff
Wed, Jul 15, 6:42 AM
F162630561: D52357.diff
Wed, Jul 15, 6:42 AM
Unknown Object (File)
Mon, Jul 13, 1:26 PM
Unknown Object (File)
Tue, Jun 30, 4:16 AM
Unknown Object (File)
Tue, Jun 30, 4:16 AM
Unknown Object (File)
Jun 13 2026, 8:42 PM
Unknown Object (File)
Jun 7 2026, 7:28 AM
Unknown Object (File)
May 19 2026, 10:14 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66778
Build 63661: arc lint + arc unit

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.