]> 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)
commitd919603363282733184721035edc79457147e612
treea557e8e980f9bb93560ba40fa7aef49b5bab9566
parentb544429cf95f54d5dbf407b3a8e6d3659dde17c6
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