Page MenuHomeFreeBSD

arm64: Expand HWCAP2 to be 64 bit
ClosedPublic

Authored by andrew on Oct 27 2023, 10:58 AM.
Tags
None
Referenced Files
F165173731: D42378.diff
Thu, Aug 6, 1:44 PM
Unknown Object (File)
Thu, Aug 6, 2:40 AM
Unknown Object (File)
Wed, Aug 5, 10:19 PM
Unknown Object (File)
Tue, Aug 4, 6:43 PM
Unknown Object (File)
Mon, Jul 27, 9:56 AM
Unknown Object (File)
Sun, Jul 26, 2:55 PM
Unknown Object (File)
Tue, Jul 14, 7:42 PM
Unknown Object (File)
Jul 4 2026, 12:16 PM
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.