summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-10-23 07:36:36 +0200
committerArnd Bergmann <arnd@arndb.de>2024-10-28 22:44:28 +0100
commitc5c3238d9b8cee58cd4b08bbbe9347a94a566390 (patch)
tree3385a96ef2934aae9eb1c034bee9c3855727734a /arch/sh
parentasm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n (diff)
downloadlinux-c5c3238d9b8cee58cd4b08bbbe9347a94a566390.tar.xz
linux-c5c3238d9b8cee58cd4b08bbbe9347a94a566390.zip
asm-generic: provide generic page_to_phys and phys_to_page implementations
page_to_phys is duplicated by all architectures, and from some strange reason placed in <asm/io.h> where it doesn't fit at all. phys_to_page is only provided by a few architectures despite having a lot of open coded users. Provide generic versions in <asm-generic/memory_model.h> to make these helpers more easily usable. Note with this patch powerpc loses the CONFIG_DEBUG_VIRTUAL pfn_valid check. It will be added back in a generic version later. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/include/asm/page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/page.h b/arch/sh/include/asm/page.h
index f780b467e75d..4e82ea84a06f 100644
--- a/arch/sh/include/asm/page.h
+++ b/arch/sh/include/asm/page.h
@@ -147,7 +147,6 @@ typedef struct page *pgtable_t;
#endif
#define pfn_to_kaddr(pfn) __va((pfn) << PAGE_SHIFT)
-#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
/*
* PFN = physical frame number (ie PFN 0 == physical address 0)