HomeFreeBSD

arm64: Fix enabling CPU features

Description

arm64: Fix enabling CPU features

Previously when enabling CPU feature we assumed the no check function
means the feature was unconditionally enabled. When adding support to
disable features on boot this check was incorrectly partially left in
place. As all current features have a check function this meant all
features were disabled.

Fix this by restoring the previous behaviour while also allowing the
user to disable the feature.

Reviewed by: emaste
Fixes: 4bc68fa98f68 ("arm64: Support managing features from loader")
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D52579

Details

Provenance
andrewAuthored on Sep 19 2025, 10:05 AM
Reviewer
rG4bc68fa98f68: arm64: Support managing features from loader
Differential Revision
D52579: arm64: Fix enabling CPU features
Parents
rG5e0e2565288f: arm64: Read the CPU feature tunables once
Branches
Unknown
Tags
Unknown