s390/uaccess: rename/sort labels in inline assemblies
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Mar 2023 14:00:20 +0000 (15:00 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Apr 2023 16:27:24 +0000 (18:27 +0200)
commit4e0b0ad45c6616d85564cb27dbae04a962d068bd
treeec2a3575c83277c40810f805c87769f6e2fd605e
parentb96adf0d03e01fa10483f38e302a5f93bb733ed0
s390/uaccess: rename/sort labels in inline assemblies

Rename and sort labels in uaccess inline assemblies to increase
readability. In addition have only one EX_TABLE entry per line - also to
increase readability.

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