s390/setup: convert start and end initrd pointers to virtual
authorAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 7 Oct 2021 13:01:39 +0000 (15:01 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 26 Oct 2021 13:21:28 +0000 (15:21 +0200)
commitdd9089b65407756e3490ab2737373f957a650375
tree66308d118235d6f3cd3bb4aedef5b35b171d8347
parent04f11ed7d8e018e1f01ebda5814ddfeb3a1e6ae1
s390/setup: convert start and end initrd pointers to virtual

Variables initrd_start and initrd_end are expected to hold
virtual memory pointers, not physical.

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/setup.c