s390/uaccess: use symbolic names for inline assembly operands
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Mar 2023 14:00:18 +0000 (15:00 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Apr 2023 16:27:24 +0000 (18:27 +0200)
commit10679e4d9848a04694eb99ec7390a6585d1b7ca9
treee2617d05ee037cb4a6ef6bd621de3433cd9e9234
parent89aba4c26fae4e459f755a18912845c348ee48f3
s390/uaccess: use symbolic names for inline assembly operands

Improve readability of the uaccess inline assemblies by using symbolic
names for all input and output operands.

Except for debug sections the output of "objdump -Dr" of the uaccess object
file is identical before/after this change.

Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/lib/uaccess.c