HomeFreeBSD

arm64: Use the UL macro in TCR_EL1 defines

Description

arm64: Use the UL macro in TCR_EL1 defines

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

Reviewed by: brooks, jhb
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45261

(cherry picked from commit 29c1cf9860e531146220d9dc3596e4c79f91cfcd)

Details

Provenance
andrewAuthored on May 22 2024, 8:18 AM
Reviewer
brooks
Differential Revision
D45261: arm64: Use the UL macro in TCR_EL1 defines
Parents
rGf028010f4eac: sys/sys: Fix __builtin_is_aligned fallback
Branches
Unknown
Tags
Unknown