]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Break out cpu_power from the sched_group structure
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 14 Jul 2011 11:00:06 +0000 (13:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 20 Jul 2011 16:32:40 +0000 (18:32 +0200)
commit99893efd8fc8c2cf9a2a2c8ba23d2ca82cb00ce9
tree2a565f7ff0820269973415c5605e313cfff903b4
parent0163798132445d5aa00fa4df9e6213ac1bb07ab1
sched: Break out cpu_power from the sched_group structure

In order to prepare for non-unique sched_groups per domain, we need to
carry the cpu_power elsewhere, so put a level of indirection in.

Reported-and-tested-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/n/tip-qkho2byuhe4482fuknss40ad@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
kernel/sched.c
kernel/sched_fair.c