From: Dennis Groenen Date: Sat, 16 Apr 2011 14:57:51 +0000 (+0200) Subject: small fix in the BFS v0.400 patch X-Git-Url: https://vcs.maemo.org/git/?p=kernel-bfs;a=commitdiff_plain;h=14305a563aee7ed3a1087e5cf13ba89bc539bdf6 small fix in the BFS v0.400 patch --- diff --git a/kernel-bfs-2.6.28/debian/patches/bfs-363-to-400.patch b/kernel-bfs-2.6.28/debian/patches/bfs-363-to-400.patch index e7d458b..24a4782 100644 --- a/kernel-bfs-2.6.28/debian/patches/bfs-363-to-400.patch +++ b/kernel-bfs-2.6.28/debian/patches/bfs-363-to-400.patch @@ -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;