kernel module options for cpufreq

2008-06-27 Thread Richard Hughes
At the moment we set: # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m

Re: kernel module options for cpufreq

2008-06-27 Thread Arjan van de Ven
On Fri, 27 Jun 2008 17:13:24 +0100 Richard Hughes [EMAIL PROTECTED] wrote: At the moment we set: # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not

(no subject)

2008-06-27 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康! 我公司可以长期提供:出口报关单,核销单,等等一系列手续;代理:出口 报关,商检,境内外运输..等等;还可以代办:出口欧盟许可证,欧盟产地证; 并且还有(广州国际贸易交易会)的摊位可以转让;价格特别优惠;有意者请来邮件 或来电联系。谢谢合作!   电话:0755-81153047。  

Re: kernel module options for cpufreq

2008-06-27 Thread John Reiser
Richard Hughes wrote: In an ideal world we would: * compile into the kernel CONFIG_CPU_FREQ_GOV_ONDEMAND -- we really want to be running this on all systems that support it * set ONDEMAND or PERFORMANCE to default as USERSPACE is just changed to something else by cpuspeed. You really don't

Re: kernel module options for cpufreq

2008-06-27 Thread drago01
On Fri, Jun 27, 2008 at 6:13 PM, Richard Hughes [EMAIL PROTECTED] wrote: You really don't want to be using USERSPACE at all. seems like cpufreq-applet uses it ___ Fedora-kernel-list mailing list Fedora-kernel-list@redhat.com

Re: revisit: turning some of the always used modules to built-in

2008-06-27 Thread Arjan van de Ven
On Sun, 22 Jun 2008 11:44:31 -0700 (PDT) Roland McGrath [EMAIL PROTECTED] wrote: 1) Built-in code is easier to debug/diagnose. This may sound weird, but really, things inside the vmlinux allow for much better automated bug diagnostics/analysis. ( and the www.kerneloops.org site uses

Re: revisit: turning some of the always used modules to built-in

2008-06-27 Thread Roland McGrath
very simply put: it's between getting this level of information: http://www.kerneloops.org/raw.php?rawid=32356 with pointing at the exact code, and only getting this http://www.kerneloops.org/raw.php?rawid=32287 Thanks. I'd like to help improve the tools so that we can close this

Re: kernel module options for cpufreq

2008-06-27 Thread Bastien Nocera
On Fri, 2008-06-27 at 22:56 +0200, drago01 wrote: On Fri, Jun 27, 2008 at 10:01 PM, Richard Hughes [EMAIL PROTECTED] wrote: On Fri, 2008-06-27 at 21:16 +0200, drago01 wrote: On Fri, Jun 27, 2008 at 6:13 PM, Richard Hughes [EMAIL PROTECTED] wrote: You really don't want to be using

Re: kernel module options for cpufreq

2008-06-27 Thread Dave Jones
On Fri, Jun 27, 2008 at 09:01:34PM +0100, Richard Hughes wrote: On Fri, 2008-06-27 at 21:16 +0200, drago01 wrote: On Fri, Jun 27, 2008 at 6:13 PM, Richard Hughes [EMAIL PROTECTED] wrote: You really don't want to be using USERSPACE at all. seems like cpufreq-applet uses