Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alpha: simplify and optimize sched_find_first_bit
Search only the first 100 bits instead of 140, saving a couple instructions. The resulting code is about 1/3 faster (40K ticks/1000 iterations down to 30K ticks/1000 iterations). Cc: Peter Zijlstra <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Ivan Kokshaysky <[email protected]> Cc: [email protected] Acked-by: Richard Henderson <[email protected]> Signed-off-by: Matt Turner <[email protected]>
- Loading branch information