Page MenuHomeFreeBSD

arm64: Use the UL macro in TCR_EL1 defines
ClosedPublic

Authored by andrew on May 20 2024, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 26, 1:04 AM
Unknown Object (File)
Oct 1 2024, 2:03 AM
Unknown Object (File)
Sep 29 2024, 3:25 PM
Unknown Object (File)
Sep 29 2024, 3:25 PM
Unknown Object (File)
Sep 29 2024, 10:40 AM
Unknown Object (File)
Sep 24 2024, 6:25 AM
Unknown Object (File)
Sep 22 2024, 9:50 PM
Unknown Object (File)
Sep 3 2024, 8:06 AM
Subscribers
None

Details

Summary

While clang can handle numbers with a UL suffix in assembly files
gcc/gas is unable to. Switch to use the UL macro for TCR_EL1 defines as
some are used in locore.S

Sponsored by: Arm Ltd

Diff Detail

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