Page MenuHomeFreeBSD

arm64: Expand HWCAP2 to be 64 bit
ClosedPublic

Authored by andrew on Oct 27 2023, 10:58 AM.
Tags
None
Referenced Files
F152808213: D42378.id.diff
Fri, Apr 17, 6:09 AM
Unknown Object (File)
Wed, Apr 15, 5:22 PM
Unknown Object (File)
Sun, Apr 12, 3:48 AM
Unknown Object (File)
Tue, Apr 7, 9:38 AM
Unknown Object (File)
Tue, Apr 7, 12:02 AM
Unknown Object (File)
Mon, Apr 6, 11:47 AM
Unknown Object (File)
Fri, Apr 3, 2:57 AM
Unknown Object (File)
Mar 18 2026, 9:29 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.