]> git.baikalelectronics.ru Git - kernel.git/commit
s390/boot: move EP_OFFSET and EP_STRING to head.S
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Wed, 21 Jul 2021 14:47:20 +0000 (16:47 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:16 +0000 (09:39 +0200)
commit28b7437ab429c15f4c5177c782a4c903274bd731
tree2b7b5e41c7980de1a2e132f009a69be929c911a7
parent6320ea4b976a9501e5cf6b622d38cd5635d0d78f
s390/boot: move EP_OFFSET and EP_STRING to head.S

Both macros are used only in decompressor's head.S, unnecessary to put
them in a global header used in many places like setup.h is.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/head.S
arch/s390/include/asm/setup.h