Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e7829855 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

runtime constants: add default dummy infrastructure


This adds the initial dummy support for 'runtime constants' for when
an architecture doesn't actually support an implementation of fixing
up said runtime constants.

This ends up being the fallback to just using the variables as regular
__ro_after_init variables, and changes the dcache d_hash() function to
use this model.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e60cc611
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