summaryrefslogtreecommitdiff
path: root/arch/alpha/configs
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-08-11 10:01:17 +0300
committerStafford Horne <shorne@gmail.com>2023-08-11 23:27:02 +0300
commit232ba1630c666b37a5045781e6513cba607fb0d5 (patch)
tree4614c3c56be3a86e9c1538773c82ab8b310fde2a /arch/alpha/configs
parent52a93d39b17dc7eb98b6aa3edb93943248e03b2f (diff)
downloadlinux-232ba1630c666b37a5045781e6513cba607fb0d5.tar.xz
openrisc: Make pfn accessors statics inlines
Making virt_to_pfn() a static inline taking a strongly typed (const void *) makes the contract of a passing a pointer of that type to the function explicit and exposes any misuse of the macro virt_to_pfn() acting polymorphic and accepting many types such as (void *), (unitptr_t) or (unsigned long) as arguments without warnings. For symmetry, do the same with pfn_to_virt(). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/alpha/configs')
0 files changed, 0 insertions, 0 deletions