small fix in the BFS v0.400 patch
authorDennis Groenen <dennis_groenen@hotmail.com>
Sat, 16 Apr 2011 14:57:51 +0000 (16:57 +0200)
committerDennis Groenen <dennis_groenen@hotmail.com>
Sat, 16 Apr 2011 14:57:51 +0000 (16:57 +0200)
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;