From 14305a563aee7ed3a1087e5cf13ba89bc539bdf6 Mon Sep 17 00:00:00 2001 From: Dennis Groenen Date: Sat, 16 Apr 2011 16:57:51 +0200 Subject: [PATCH] small fix in the BFS v0.400 patch --- .../debian/patches/bfs-363-to-400.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.9.5