]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add pmd_pfn()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 14 Feb 2022 15:30:07 +0000 (10:30 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 21 Mar 2022 16:59:02 +0000 (12:59 -0400)
commit68f871ed1fca5fd20dbb2909ff9e6254a64ffb56
treefdfdc5d5ffdd3db365ab6de24283604495bd3c8c
parentdaa54721c0cdb70ca1ac2549eb5444b983feff5c
powerpc: Add pmd_pfn()

This is straightforward for everything except nohash64 where we
indirect through pmd_page().  There must be a better way to do this.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
arch/powerpc/include/asm/book3s/32/pgtable.h
arch/powerpc/include/asm/nohash/32/pgtable.h
arch/powerpc/include/asm/nohash/64/pgtable.h