diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-29 07:36:21 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-29 07:40:56 (GMT) |
commit | a51f4047758d2bcd099ea113b833ed380f4024ba (patch) | |
tree | 43864a956b592934bc3ba1775c2d7d6aec539d97 /arch/powerpc/include/asm/iseries | |
parent | b8d43cb504a94f1070159a37c8cb23008276eff3 (diff) | |
download | linux-fsl-qoriq-a51f4047758d2bcd099ea113b833ed380f4024ba.tar.xz |
x86, build: Fix portability issues when cross-building
It would appear that we never actually generated a correct CRC when
building on a bigendian machine. Depending on the word size, we would
either generate an all-zero CRC (64-bit machine) or a byte-swapped
CRC (32-bit machine.) Fix the types used so we don't arbitrarily use
a 64-bit word to hold 32-bit numbers, and pass the CRC through
put_unaligned_le32() like all the other numbers.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matt Fleming <matt@console-pimps.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Nick Bowler <nbowler@elliptictech.com>
Link: http://lkml.kernel.org/r/20120229111322.9eb4b23ff1672e8853ad3b3b@canb.auug.org.au
Diffstat (limited to 'arch/powerpc/include/asm/iseries')
0 files changed, 0 insertions, 0 deletions