diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-01-24 22:22:29 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2021-02-09 17:57:05 +0300 |
commit | 6755270b5ee28c7699f80216f7781557c1c2eb40 (patch) | |
tree | 5553e7d64c8efe29cd44c7a35f36522e4771c38f /tools/perf/scripts/python/syscall-counts.py | |
parent | 5ffd9af0fb611069f0e390b568a6460ff2c4122c (diff) | |
download | linux-6755270b5ee28c7699f80216f7781557c1c2eb40.tar.xz |
s390/vdso: remove superfluous variables
A few local variables exist only so the contents of a global variable
can be copied to them, and use that value only for reading.
Just remove them and rename some global variables. Also change
vdso64_[start|end] to be character arrays to be consistent with other
architectures, and get rid of the global variable vdso64_kbase.
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>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions