diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-03-24 17:00:23 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2023-04-04 19:27:24 +0300 |
commit | c3bd834328a6b642cfebc8a1a6cd5e5447cbbd12 (patch) | |
tree | 31a64c6a16637c89dda77d75f15410bb320a85ef /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7f65d18329a2546ce6f64ac6bf141c38b15c2ab3 (diff) | |
download | linux-c3bd834328a6b642cfebc8a1a6cd5e5447cbbd12.tar.xz |
s390/uaccess: get rid of not needed local variable
Get rid of the not needed val local variable and pass the constant
value directly as operand value. In addition this turns the val
operand into an input operand, since it is not changed within the
inline assemblies.
This in turn requires also to add the earlyclobber contraint modifier
to all output operands, since the (former) val operand is used after
all output variants have been modified.
The usercopy kunit tests still pass 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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions