Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1466431 > unrolled thread

[PATCH v2 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-08-19 15:50 +0200
Last post2016-08-19 15:50 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-08-19 15:50 +0200
    [PATCH v2 2/2] ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-08-19 15:50 +0200

#1466431 — [PATCH v2 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-08-19 15:50 +0200
Subject[PATCH v2 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
Message-ID<s7Slj-6gW-9@gated-at.bofh.it>
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>

---

Changes in v2:
- Include linux-samsung-soc ML to cc list. Suggested by Krzysztof Kozlowski.

 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

[toc] | [next] | [standalone]


#1466439 — [PATCH v2 2/2] ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-08-19 15:50 +0200
Subject[PATCH v2 2/2] ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as module
Message-ID<s7Slk-6gW-29@gated-at.bofh.it>
In reply to#1466431
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>

---

Changes in v2:
- Include linux-samsung-soc ML to cc list. Suggested by Krzysztof Kozlowski.

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

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 0ccaa519f588..65b5b6172e83 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -136,7 +136,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_ARM_IMX6Q_CPUFREQ=y
 CONFIG_QORIQ_CPUFREQ=y
 CONFIG_CPU_IDLE=y
-- 
2.5.5

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web