]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit05affbc3a896ef8865ad9ce06897cbc75363099e
tree66308d118235d6f3cd3bb4aedef5b35b171d8347
parentbb06c94b207f5a735ac9ef8abe3e1ae63a99a51b
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