diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-06-02 10:48:29 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-05-29 12:27:08 +0300 |
commit | ef7d0f5d03b9e65c9daa8dfe8b405b10566055eb (patch) | |
tree | ecfcb0253a7ad6ca5f9f34240cd204a0d8f805bb /Kconfig | |
parent | c94b1a012f93327a4fe16ab9455331f37e69242f (diff) | |
download | linux-ef7d0f5d03b9e65c9daa8dfe8b405b10566055eb.tar.xz |
m68k/mm: Make pfn accessors static 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().
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions