summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/runtime-const.h
AgeCommit message (Collapse)Author
2024-06-19runtime constants: add x86 architecture supportLinus Torvalds
This implements the runtime constant infrastructure for x86, 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. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>