]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ptdesc: remove ptdesc_to_virt()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 8 Sep 2025 17:11:02 +0000 (18:11 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Sep 2025 00:25:58 +0000 (17:25 -0700)
commitef25860eab3126c13f09a8bc70a5527eb0c1a0d6
treecc2d9434f6d85ce0fadcfe00fe3c57d27ebc3f84
parent4f8ea59dcec30aba8e063e4d62583e52bd7f4c1c
ptdesc: remove ptdesc_to_virt()

This has the same effect as ptdesc_address() so convert the callers to use
that and delete the function.  Add kernel-doc for ptdesc_address().

Link: https://lkml.kernel.org/r/20250908171104.2409217-4-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/mm/mmu.c
arch/s390/mm/pgalloc.c
include/linux/mm.h