]> git.baikalelectronics.ru Git - kernel.git/commit
s390/setup: use physical pointers for memblock_reserve()
authorAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 21 Jan 2021 12:06:02 +0000 (13:06 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 26 Oct 2021 13:21:28 +0000 (15:21 +0200)
commitbb06c94b207f5a735ac9ef8abe3e1ae63a99a51b
tree48873c01de90b9ad1ea0876c75688ff02533c418
parentdd78b59ec573b8bd072aa361a24a89613626d8ff
s390/setup: use physical pointers for memblock_reserve()

memblock_reserve() function accepts physcal address of a memory
block to be reserved, but provided with virtual memory pointers.

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