[PATCH 0/2] arch: Virt to phys to static inlines

From: Linus Walleij
Date: Wed Nov 15 2023 - 08:28:38 EST


Some architectures have been given patches to switch their
virt_to_phys()/phys_to_virt() or underlying *pfn etc functions
over to static inlines.

Some patches have been ignored or have no maintained arch
tree.

This set includes patches that I suggest to simply be applied
to the arch tree so they get in.

Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
---
Linus Walleij (2):
ARC: mm: Make virt_to_pfn() a static inline
Hexagon: Make pfn accessors statics inlines

arch/arc/include/asm/page.h | 21 ++++++++++++---------
arch/arc/include/asm/pgtable-levels.h | 2 +-
arch/hexagon/include/asm/page.h | 15 +++++++++++++--
3 files changed, 26 insertions(+), 12 deletions(-)
---
base-commit: b85ea95d086471afb4ad062012a4d73cd328fa86
change-id: 20231115-virt-to-phy-arch-tree-137bc87046e1

Best regards,
--
Linus Walleij <linus.walleij@xxxxxxxxxx>