bitops: rename for_each_bit() to for_each_set_bit()
[linux-2.6-block.git] / kernel / sched_cpupri.c
index eeb3506c4834e167d531c5bf62409ae9322c450f..82095bf2099f7c5e535757ad655bb9a68e1f290d 100644 (file)
@@ -47,7 +47,7 @@ static int convert_prio(int prio)
 }
 
 #define for_each_cpupri_active(array, idx)                    \
-       for_each_bit(idx, array, CPUPRI_NR_PRIORITIES)
+       for_each_set_bit(idx, array, CPUPRI_NR_PRIORITIES)
 
 /**
  * cpupri_find - find the best (lowest-pri) CPU in the system