]> git.ipfire.org Git - thirdparty/kernel/stable.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>
Sun, 21 Sep 2025 21:22:27 +0000 (14:22 -0700)
commit90ec2df9dd31653ceac4a35d2440b108bdf27550
tree8afc055329653dc307a9bcba0efd87b75b43578a
parentf0c92726e89f5c6c092526787465617a68af154f
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