]> git.baikalelectronics.ru Git - kernel.git/commit
s390/boot: move uv function declarations to boot/uv.h
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Mon, 5 Jul 2021 17:33:27 +0000 (19:33 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:14 +0000 (09:39 +0200)
commit6ec076aec4495e070d45bbad804bf3af533e0e83
treea557e8e980f9bb93560ba40fa7aef49b5bab9566
parent9b2fd6607534a662cce6444751ea2e5abadabc6f
s390/boot: move uv function declarations to boot/uv.h

The functions adjust_to_uv_max() and uv_query_info() are used only
in the decompressor. Therefore, move the function declarations from
the global arch/s390/include/asm/uv.h to arch/s390/boot/uv.h.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/startup.c
arch/s390/boot/uv.c
arch/s390/boot/uv.h [new file with mode: 0644]
arch/s390/include/asm/uv.h