summaryrefslogtreecommitdiff
path: root/net/irda/irlap_event.c
diff options
context:
space:
mode:
authorGanesh Goudar <ganeshgr@chelsio.com>2017-01-31 13:21:50 +0530
committerDavid S. Miller <davem@davemloft.net>2017-01-31 13:33:29 -0500
commit0d909aa7c276584cc17413a7bec64d4fb5da2968 (patch)
tree1ed18c80eba833c6d1f392dbbf04a0ef3ef856cb /net/irda/irlap_event.c
parent4d1ceea8516cd6adf21f6b75995e2a7d4f376f9b (diff)
cxgb4: update latest firmware version supported
Change t4fw_version.h to update latest firmware version number 1.16.26.0. Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/irlap_event.c')
0 files changed, 0 insertions, 0 deletions
ab.h header
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> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'tools/perf/tests/thread-mg-share.c')