s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 11 Sep 2023 19:40:07 +0000 (21:40 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 19 Sep 2023 11:26:57 +0000 (13:26 +0200)
commit103dde702d698c2e17529550650407a386711cdf
treeb1633345166f7a23e858b2a4f7370df8be456fac
parentcce2c8606f8ed3b0285842f4ad21e906d511dba1
s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()

Use system_ctl_set_bit() instead of local_ctl_set_bit() to reflect
that the control register changes are supposed to be global. This
change is just for documentation purposes, since it still results only
in local control register contents being changed.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/early.c