Page MenuHomeFreeBSD

arm64: Expand HWCAP2 to be 64 bit
ClosedPublic

Authored by andrew on Oct 27 2023, 10:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 11:21 PM
Unknown Object (File)
Wed, Oct 15, 11:21 PM
Unknown Object (File)
Wed, Oct 15, 11:21 PM
Unknown Object (File)
Wed, Oct 15, 12:56 PM
Unknown Object (File)
Sun, Oct 12, 1:08 AM
Unknown Object (File)
Sep 11 2025, 11:21 AM
Unknown Object (File)
Sep 9 2025, 5:22 PM
Unknown Object (File)
Aug 31 2025, 10:30 AM
Subscribers

Details

Summary

There are more than 32 arm64 HWCAP2 values. Expand the macros to
include leading zeros and mark them as unsigned long.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Oct 27 2023, 2:35 PM

I'm not sure if we have a preference for UL vs ul, I saw more examples of uppercase with a quick look, but it was not a comprehensive survey.

This revision was automatically updated to reflect the committed changes.