Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched: cpu_power: enable ARCH_POWER

Heteregeneous ARM platform uses arch_scale_freq_power function
to reflect the relative capacity of each core

Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1341826026-6504-6-git-send-email-vincent.guittot@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by

Vincent Guittot and committed by
Ingo Molnar
bc2a27cd c1cc017c

+1 -1
+1 -1
kernel/sched/features.h
··· 34 34 /* 35 35 * Use arch dependent cpu power functions 36 36 */ 37 - SCHED_FEAT(ARCH_POWER, false) 37 + SCHED_FEAT(ARCH_POWER, true) 38 38 39 39 SCHED_FEAT(HRTICK, false) 40 40 SCHED_FEAT(DOUBLE_TICK, false)