]> git.itanic.dy.fi Git - linux-stable/commit
s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 9 May 2023 14:31:14 +0000 (16:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 12:02:08 +0000 (14:02 +0200)
commit4ad0867b2dbca2415ce5619363e11d38aa67ca41
tree4f81e80a638dee7abff9201a78a3bb7862efd2ad
parent36a6d0f66c874666caf4e8be155b1be30f6231be
s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT

[ Upstream commit 07fdd6627f7f9c72ed68d531653b56df81da9996 ]

Architectures generally use the "direct map" wording for mapping the whole
physical memory. Use that wording as well in arch/s390/boot/vmem.c, instead
of "one to one" in order to avoid confusion.

This also matches what is already done in arch/s390/mm/vmem.c.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/boot/vmem.c