]> git.baikalelectronics.ru Git - kernel.git/commit
s390/dump: fix os_info virtual vs physical address confusion
authorAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 26 Jan 2022 12:47:59 +0000 (13:47 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sun, 6 Feb 2022 22:31:29 +0000 (23:31 +0100)
commit1e40fc2a1c38c88e68858c2e9194cfc3e397814b
treef8240b9a8c62581396d9800cd3b59aa6eaea1099
parent18452222e721ebe9afdfad382b9b05330a3055d6
s390/dump: fix os_info virtual vs physical address confusion

Due to historical reasons os_info handling functions misuse
the notion of physical vs virtual addresses difference.

Note: this does not fix a bug currently, since virtual
and physical addresses are identical.

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/kernel/os_info.c