diff options
author | Joe Perches <[email protected]> | 2014-01-27 17:07:14 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-01-27 21:02:40 -0800 |
commit | 2e702b9f6cba4eb87d90e2a2d425a1fc05eec803 (patch) | |
tree | ade4a3bcec477ced2780f1841e7c06f547effe84 /net/lapb/lapb_subr.c | |
parent | a19428e5c3f4f39c302cb97b847dfd23613145c1 (diff) |
softirq: use ffs() in __do_softirq()
Possible speed improvement of __do_softirq() by using ffs() instead of
using a while loop with an & 1 test then single bit shift.
Signed-off-by: Joe Perches <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions