diff options
author | Richard Henderson <rth@twiddle.net> | 2013-02-04 16:21:06 -0800 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-06 08:29:21 -0600 |
commit | 91107fdf4443d2171e06840e87277bb7a047343b (patch) | |
tree | 389f64ce101a56c0fe6d5600211c1856bc9feb31 /configure | |
parent | 5f876756c57c15f5e14d4136fc432b74f05f082b (diff) |
bswap: Fix width of swap in leul_to_cpu
The misnamed HOST_LONG_BITS is really HOST_POINTER_BITS. Here we're
explicitly using an unsigned long, rather than uintptr_t, so it is
more correct to select the swap size via ULONG_MAX.
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions