Searched hist:"5 f16d59cb97d24bafd172b7d935aff0f6c10d8ba" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/configs/ |
H A D | exynos_defconfig | diff 5f16d59cb97d24bafd172b7d935aff0f6c10d8ba Fri Aug 19 17:43:12 CEST 2016 Javier Martinez Canillas <javier@osg.samsung.com> ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
The schedutil CPUFreq governor could be built as a module but the change "cpufreq / sched: Pass flags to cpufreq_update_util()" made it non-modular so attempting to enable as module leads to a warning:
warning: symbol value 'm' invalid for CPU_FREQ_GOV_SCHEDUTIL
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
|