https://bugzilla.kernel.org/show_bug.cgi?id=57141
--- Comment #1 from Artem S. Tashkinov <[email protected]> 2013-04-26 14:39:26 --- # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors performance powersave grep FREQ .config CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_GOV_COMMON=y CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_ACPI_CPUFREQ_CPB is not set # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_PM_DEVFREQ is not set [root@localhost cpufreq]# pwd /sys/devices/system/cpu/cpu0/cpufreq [root@localhost cpufreq]# ls -la total 0 drwxr-xr-x 2 root root 0 Apr 26 20:11 . drwxr-xr-x 9 root root 0 Apr 27 2013 .. -r--r--r-- 1 root root 4096 Apr 26 20:14 affected_cpus -r-------- 1 root root 4096 Apr 26 20:14 cpuinfo_cur_freq -r--r--r-- 1 root root 4096 Apr 26 20:14 cpuinfo_max_freq -r--r--r-- 1 root root 4096 Apr 26 20:14 cpuinfo_min_freq -r--r--r-- 1 root root 4096 Apr 26 20:14 cpuinfo_transition_latency -r--r--r-- 1 root root 4096 Apr 26 20:14 related_cpus -r--r--r-- 1 root root 4096 Apr 26 20:14 scaling_available_governors -r--r--r-- 1 root root 4096 Apr 26 20:14 scaling_driver -rw-r--r-- 1 root root 4096 Apr 26 20:11 scaling_governor -rw-r--r-- 1 root root 4096 Apr 26 20:27 scaling_max_freq -rw-r--r-- 1 root root 4096 Apr 26 20:14 scaling_min_freq -rw-r--r-- 1 root root 4096 Apr 26 20:14 scaling_setspeed -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
