Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1453350
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cpufreq: Do not default-yes CPU_FREQ_STAT |
| Date | 2016-08-01 19:20 +0200 |
| Message-ID | <s1p2G-MQ-41@gated-at.bofh.it> (permalink) |
| References | <s1hRw-4vm-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 01-08-16, 11:34, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > CPU frequency transition statistics are not absolutely required for > proper cpufreq operation on the system AFAICT so remove the default-yes > setting in Kconfig. > > Signed-off-by: Borislav Petkov <bp@suse.de> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> > Cc: Viresh Kumar <viresh.kumar@linaro.org> > --- > drivers/cpufreq/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig > index c822d72629d5..74919aa81dcb 100644 > --- a/drivers/cpufreq/Kconfig > +++ b/drivers/cpufreq/Kconfig > @@ -32,7 +32,6 @@ config CPU_FREQ_BOOST_SW > > config CPU_FREQ_STAT > bool "CPU frequency transition statistics" > - default y > help > Export CPU frequency statistics information through sysfs. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] cpufreq: Do not default-yes CPU_FREQ_STAT Borislav Petkov <bp@alien8.de> - 2016-08-01 11:40 +0200 Re: [PATCH] cpufreq: Do not default-yes CPU_FREQ_STAT Viresh Kumar <viresh.kumar@linaro.org> - 2016-08-01 19:20 +0200
csiph-web