linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
@ 2016-08-19 13:12 Javier Martinez Canillas
  2016-08-19 13:12 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Javier Martinez Canillas
  2016-08-19 13:41 ` [PATCH 1/2] ARM: exynos_defconfig: " Krzysztof Kozlowski
  0 siblings, 2 replies; 8+ messages in thread
From: Javier Martinez Canillas @ 2016-08-19 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

The schedutil CPUFreq governor could be built as a module but the commit
58919e83c85c ("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>
---

 arch/arm/configs/exynos_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 5476be3be686..4e484f406419 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -29,7 +29,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_POWERSAVE=m
 CONFIG_CPU_FREQ_GOV_USERSPACE=m
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
-CONFIG_CPU_FREQ_GOV_SCHEDUTIL=m
+CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
 CONFIG_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_EXYNOS_CPUIDLE=y
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-08-19 15:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19 13:12 [PATCH 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module Javier Martinez Canillas
2016-08-19 13:12 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Javier Martinez Canillas
2016-08-19 13:40   ` Krzysztof Kozlowski
2016-08-19 13:46     ` Javier Martinez Canillas
2016-08-19 13:52       ` Javier Martinez Canillas
2016-08-19 15:51         ` Krzysztof Kozlowski
2016-08-19 15:55           ` Javier Martinez Canillas
2016-08-19 13:41 ` [PATCH 1/2] ARM: exynos_defconfig: " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).