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)
Tue, Oct 28, 6:06 AM
Unknown Object (File)
Sun, Oct 26, 2:34 AM
Unknown Object (File)
Sat, Oct 25, 12:37 AM
Unknown Object (File)
Fri, Oct 24, 11:12 AM
Unknown Object (File)
Fri, Oct 24, 10:56 AM
Unknown Object (File)
Fri, Oct 24, 10:56 AM
Unknown Object (File)
Wed, Oct 15, 11:21 PM
Unknown Object (File)
Wed, Oct 15, 11:21 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 54182
Build 51072: arc lint + arc unit

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.