]> Git Repo - qemu.git/commit
bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
authorPeter Maydell <[email protected]>
Thu, 7 Jul 2016 16:20:58 +0000 (17:20 +0100)
committerPeter Maydell <[email protected]>
Tue, 12 Jul 2016 14:08:53 +0000 (15:08 +0100)
commitf76bde702916d0230bf359d478bcac8d7f3b30ae
tree7122413e2feb8bbd9a6c773b79050f47fe9420c8
parent43120576cb6a9db070fd300da69fe61f5e5cc281
bswap.h: Remove unused cpu_to_*w() and *_to_cpup()

Now that all uses of cpu_to_*w() and *_to_cpup() have been replaced
with either ld*_p()/st*_p() or by doing direct dereferences and
using the cpu_to_*()/*_to_cpu() byteswap functions, we can remove
the unused implementations.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 1467908460[email protected]
include/qemu/bswap.h
This page took 0.025188 seconds and 4 git commands to generate.