s390/mm: fix phys vs virt confusion in pgtable allocation routines
authorAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 12 Feb 2021 06:43:18 +0000 (07:43 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 23 Feb 2021 23:31:22 +0000 (00:31 +0100)
commit2a444fdc24a860ed0ca016045913ebc2fa09a66e
tree315a53d81f807085fd85424638e83869a1f190f8
parent0f3bf303fb628ed09ae288c94a84ecc075355755
s390/mm: fix phys vs virt confusion in pgtable allocation routines

The physical address of page tables is passed around and
used as virtual address in various locations.

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