s390/mm: add missing conversion to use ptdescs
authorAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 23 Oct 2023 19:16:41 +0000 (21:16 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Sun, 5 Nov 2023 21:34:57 +0000 (22:34 +0100)
commit0547e0bd9b95da18747009c2091846fcb5691a6f
treea99fb0efc0930ecdc04f40d8e7b4dbe26c93a2b4
parente392ea4d4d00880bf94550151b1ace4f88a4b17a
s390/mm: add missing conversion to use ptdescs

Commit 6326c26c1514 ("s390: convert various pgalloc functions
to use ptdescs") missed to convert tlb_remove_table() into
tlb_remove_ptdesc() in few locations.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/tlb.h
arch/s390/mm/pgalloc.c