nfsd4: cl_count is unused
[safe/jmp/linux-2.6] / kernel / sched_cpupri.c
index eeb3506..82095bf 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