sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 23 Apr 2012 10:11:21 +0000 (12:11 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 30 May 2012 12:02:25 +0000 (14:02 +0200)
Since nr_cpus_allowed is used outside of sched/rt.c and wants to be
used outside of there more, move it to a more natural site.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-kr61f02y9brwzkh6x53pdptm@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found