X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Farm%2Fvdso%2Fvdsomunge.c;h=f6455273b2f8768a303db0ccc4a4e875df08eb71;hb=729aca0d68885e1ca7ca8eb01a1ae294da290776;hp=0cebd98cd88c3fcbfcb88e0d3b1eae757755b3d4;hpb=615a1003c6502f0d1812fd2dbe08e86b1c3f5db9;p=karo-tx-linux.git diff --git a/arch/arm/vdso/vdsomunge.c b/arch/arm/vdso/vdsomunge.c index 0cebd98cd88c..f6455273b2f8 100644 --- a/arch/arm/vdso/vdsomunge.c +++ b/arch/arm/vdso/vdsomunge.c @@ -66,7 +66,7 @@ ((((x) & 0x000000ff) << 24) | \ (((x) & 0x0000ff00) << 8) | \ (((x) & 0x00ff0000) >> 8) | \ - (((x) & 0xff000000) << 24)) + (((x) & 0xff000000) >> 24)) #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ #define HOST_ORDER ELFDATA2LSB