small fix in the BFS v0.400 patch
[kernel-bfs] / kernel-bfs-2.6.28 / debian / patches / bfs-363-to-400.patch
index e7d458b..24a4782 100644 (file)
@@ -881,7 +881,7 @@ diff -urpN linux-2.6.28.orig/kernel/sched_bfs.c linux-2.6.28/kernel/sched_bfs.c
        best_ranking = ~0UL;
  
 -      do {
-+      for_each_cpu_mask(cpu_tmp, *tmpmask) {
++      for_each_cpu_mask_nr(cpu_tmp, *tmpmask) {
                unsigned long ranking;
                struct rq *tmp_rq;