s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 11 Sep 2023 19:40:01 +0000 (21:40 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 19 Sep 2023 11:26:56 +0000 (13:26 +0200)
commit80725978260ff823e1c442e75d66cf1b61684bba
tree122f1afb7fdfdfc73eef30c143001037d13fd407
parent2372d391421350e318c98844d21ab9ad16e3eac0
s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()

Change __local_ctl_load() and __local_ctl_store(), so that control
register parameters come first.

This way all control handling functions consistently have control
register(s) parameter first.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/ctlreg.h
arch/s390/kernel/ctlreg.c
arch/s390/kernel/kprobes.c
arch/s390/kernel/ptrace.c
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c