summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_ud.c
diff options
context:
space:
mode:
authorRasmus Villemoes2015-01-16 15:39:56 +0100
committerRoland Dreier2015-02-18 17:31:06 +0100
commitf3070e7efdc37a84fa63cbe84ac4febc87440121 (patch)
tree95ca4251d6c867bb977203f4eaab3185b5a115a3 /drivers/infiniband/hw/qib/qib_ud.c
parentRDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bit (diff)
downloadkernel-qcow2-linux-f3070e7efdc37a84fa63cbe84ac4febc87440121.tar.gz
kernel-qcow2-linux-f3070e7efdc37a84fa63cbe84ac4febc87440121.tar.xz
kernel-qcow2-linux-f3070e7efdc37a84fa63cbe84ac4febc87440121.zip
RDMA/ocrdma: Use unsigned for bit index
In the expressions idx/32 and idx%32, both idx and 32 have signed type, and unfortunately the C standard prescribes rounding to 0, so unless gcc can prove that idx is non-negative, these cannot be implemented as simple shift respectively mask operations. Help gcc by changing the type of idx to unsigned - this cuts another few instructions from the generated code. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Acked-by: Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_ud.c')
0 files changed, 0 insertions, 0 deletions