diff options
author | 2016-12-09 12:44:40 +0100 | |
---|---|---|
committer | 2017-01-30 11:17:29 +0100 | |
commit | 27f67f8727843fbbbcd05a003183af79693759e9 (patch) | |
tree | 637706c80d1d48c4fab9849c207b303f5f04f6f1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: s390: get rid of bogus cc initialization (diff) | |
download | linux-dev-27f67f8727843fbbbcd05a003183af79693759e9.tar.xz linux-dev-27f67f8727843fbbbcd05a003183af79693759e9.zip |
KVM: s390: Get rid of ar_t
sparse with __CHECK_ENDIAN__ shows that ar_t was never properly
used across KVM on s390. We can now:
- fix all places
- do not make ar_t special
Since ar_t is just used as a register number (no endianness issues
for u8), and all other register numbers are also just plain int
variables, let's just use u8, which matches the __u8 in the userspace
ABI for the memop ioctl.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions