Skip to content
Commit 97bebc5f authored by Will Deacon's avatar Will Deacon
Browse files

arm64: sysreg: Use _BITUL() when defining register bits



Using shifts directly is error-prone and can cause inadvertent sign
extensions or build problems with older versions of binutils.

Consistent use of the _BITUL() macro makes these problems disappear.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 1e013d06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment