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)
commit9de209c7d584d6e06ad92f120d83d4f27c200497
treef8240b9a8c62581396d9800cd3b59aa6eaea1099
parent628c66942e233d73def54fa458641cfc96be6660
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