aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mpi/mpi-cmp.c
diff options
context:
space:
mode:
authorSrivatsa S. Bhat <[email protected]>2012-03-30 14:10:28 +0000
committerIngo Molnar <[email protected]>2012-03-31 08:43:36 +0000
commite3831edd59edf57ca11fc289f08961b20baf5146 (patch)
tree70dfabd35517a97a1127df573d3770848f697e55 /lib/mpi/mpi-cmp.c
parentMerge branch 'sched/arch' into sched/urgent (diff)
downloadkernel-e3831edd59edf57ca11fc289f08961b20baf5146.tar.gz
kernel-e3831edd59edf57ca11fc289f08961b20baf5146.zip
sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()
The function for_each_cpu_mask() expects a *pointer* to struct cpumask as its second argument, whereas select_fallback_rq() passes the value itself. And moreover, for_each_cpu_mask() has been marked as obselete in include/linux/cpumask.h. So move to the more appropriate for_each_cpu() variant. Reported-by: Sasha Levin <[email protected]> Signed-off-by: Srivatsa S. Bhat <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Cc: Dave Jones <[email protected]> Cc: Liu Chuansheng <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions