Files
kernel_amazon_mt8127-common/arch/parisc/include/asm
Helge Deller 485f99073e parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
commit 2ad5d52d42810bed95100a3d912679d8864421ec upstream.

In swab.h the "#if BITS_PER_LONG > 32" breaks compiling userspace programs if
BITS_PER_LONG is #defined by userspace with the sizeof() compiler builtin.

Solve this problem by using __BITS_PER_LONG instead.  Since we now
#include asm/bitsperlong.h avoid further potential userspace pollution
by moving the #define of SHIFT_PER_LONG to bitops.h which is not
exported to userspace.

This patch unbreaks compiling qemu on hppa/parisc.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2017-06-20 14:04:16 +02:00
..
2014-02-06 11:08:17 -08:00
2013-02-20 22:55:26 +01:00
2013-02-20 22:50:26 +01:00
2013-05-24 23:29:01 +02:00
2012-11-13 15:48:27 -05:00
2014-02-06 11:08:17 -08:00
2017-02-06 23:33:02 +01:00