aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-cmp.c
diff options
context:
space:
mode:
authorYury Norov <[email protected]>2018-06-07 17:10:41 -0700
committerLinus Torvalds <[email protected]>2018-06-07 17:34:39 -0700
commitca1250bbd4e0b852cafbc94d4d2610171107b252 (patch)
tree38d893c0658fb8db474ffe68934db200b412695a /lib/mpi/mpi-cmp.c
parent0455c74788fd5aad4399f00e3fbbb7e87450ca58 (diff)
lib/bitmap.c: micro-optimization for __bitmap_complement()
Use BITS_TO_LONGS() macro to avoid calculation of reminder (bits % BITS_PER_LONG) On ARM64 it saves 5 instruction for function - 16 before and 11 after. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Yury Norov <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Rasmus Villemoes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions