diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-06-10 17:09:22 +0100 |
---|---|---|
committer | Amit Shah <amit.shah@redhat.com> | 2016-06-17 18:23:49 +0530 |
commit | 4d885131574ba530e48ef90d5c0ca4dffc9c3759 (patch) | |
tree | 97505af60b449095609ceee60bc2451628d87193 /ioport.c | |
parent | 4acc8fdfd315f7ee474bea28fcbcc4dca9717d13 (diff) |
migration: Don't use *_to_cpup() and cpu_to_*w()
The *_to_cpup() and cpu_to_*w() functions just compose a pointer
dereference with a byteswap. Instead use ld*_p() and st*_p(),
which handle potential pointer misalignment and avoid the need
to cast the pointer.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Message-Id: <1465574962-2710-1-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'ioport.c')
0 files changed, 0 insertions, 0 deletions