Skip to content
Commit 9924da43 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: fix warning in kernel/sched.c



Impact: fix cpumask conversion bug

this warning:

  kernel/sched.c: In function ‘find_busiest_group’:
  kernel/sched.c:3429: warning: passing argument 1 of ‘__first_cpu’ from incompatible pointer type

shows that we forgot to convert a new patch to the new cpumask APIs.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 06aaf76a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment