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

Details

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