cpumask: Use find_last_bit()
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:19 +0000 (10:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:19 +0000 (10:12 +1030)
commite0c0ba736547e81c4f986ce192307c549d214167
tree6e602e15ca491ddb14d68d9116a1503efb618ac6
parentab53d472e785e51fdfc08fc1d66252c1153e6c0f
cpumask: Use find_last_bit()

Impact: cleanup

There's one obvious place to use it: to find the highest possible cpu.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
init/main.c