]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/alternatives: Move text sync functions
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 16 Jul 2024 11:50:51 +0000 (13:50 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 23 Jul 2024 14:02:31 +0000 (16:02 +0200)
commitace76fac944b06e46427e0406f315609f278ef91
tree129ae7c09e6fcd1db35f79f98c3d1c1b0360bb2f
parentc77f7354c4478bf4560b546913e097b3d4ab50c1
s390/alternatives: Move text sync functions

Move all text sync functions from alternative.c to processor.c. This
way there is only minimal code left in alternative.c left, which is a
prerequisite to use the C file within boot code as well.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Tested-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/alternative.c
arch/s390/kernel/processor.c