On 22 November 2014 at 15:53, Ralf Mardorf <ralf.mardorf(a)alice-dsl.net> wrote:
Maybe a kernel setting, but it has nothing to do with
rt patched 3.14
kernels per se. Is any governor enabled?
[rocketmouse@archlinux ~]$ zgrep CONFIG_CPU_FREQ_GOV /proc/config.gz
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
[rocketmouse@archlinux ~]$ uname -r
3.14.23-rt20-1-rt
POWERSAVE and CONSERVATIVE was not set, but the others were enabled.
On the other hand I have this:
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
which seems like it could stop this stuff from showing in the fs
Arve