aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/runtime-const.h
AgeCommit message (Collapse)AuthorFilesLines
2024-07-09arm64: add 'runtime constant' supportLinus Torvalds1-0/+88
This implements the runtime constant infrastructure for arm64, allowing the dcache d_hash() function to be generated using as a constant for hash table address followed by shift by a constant of the hash index. [ Fixed up to deal with the big-endian case as per Mark Rutland ] Signed-off-by: Linus Torvalds <[email protected]>