]> git.itanic.dy.fi Git - linux-stable/commit
s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 6 Apr 2023 11:31:28 +0000 (13:31 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 13 Apr 2023 15:36:28 +0000 (17:36 +0200)
commit07fdd6627f7f9c72ed68d531653b56df81da9996
treed2cfb464d810d892882a57787c4de5c19bcc020a
parentd24e18ef7e13c9cd580ebee771f7ccb9d3f6ee42
s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT

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>
arch/s390/boot/vmem.c