Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert "cpumask: don't perform while loop in cpumask_next_and()"
Revert commit 534b483 ("cpumask: don't perform while loop in cpumask_next_and()"). This was a minor optimization, but it puts a `struct cpumask' on the stack, which consumes too much stack space. Sergey Senozhatsky <[email protected]> Reported-by: Peter Zijlstra <[email protected]> Cc: Sergey Senozhatsky <[email protected]> Cc: Tejun Heo <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Amir Vadai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information