diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2016-12-09 12:44:40 +0100 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2017-01-30 11:17:29 +0100 |
commit | 27f67f8727843fbbbcd05a003183af79693759e9 (patch) | |
tree | 637706c80d1d48c4fab9849c207b303f5f04f6f1 /arch/mn10300 | |
parent | d051ae531324fb5130366d47e05bf8eadeb95535 (diff) | |
download | blackbird-op-linux-27f67f8727843fbbbcd05a003183af79693759e9.tar.gz blackbird-op-linux-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 'arch/mn10300')
0 files changed, 0 insertions, 0 deletions