linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: PROBLEM: Celeron Core
@ 2008-01-20 22:06 Tomasz Chmielewski
  2008-01-20 22:26 ` Rafael J. Wysocki
  2008-01-21 10:11 ` Matthew Garrett
  0 siblings, 2 replies; 24+ messages in thread
From: Tomasz Chmielewski @ 2008-01-20 22:06 UTC (permalink / raw)
  To: LKML

>> Clock throttling is not likely to save your battery, unless you have 
>> tasks that are running at 100% CPU for an unlimited time or something, 
>> and you force your CPU to throttle. Normally most people have tasks that 
>> run and then the CPU idles - loading an email, displaying a web page, 
>> etc. Clock throttling will just make these tasks utilize the CPU for a 
>> longer time proportional to the amount clock throttling and therefore 
>> negate any gains in battery usage.

Aren't you forgetting about CPUfreq governors? Which mean: use the 
maximum CPU frequency when the system is busy, throttle down (or lower 
voltage) when the system is idle.

So yes, throttling will save the battery.

Besides, not all CPUs support power management (voltage control).


> IMO clock throttling (as opposed to the reduction of the frequency of an idle
> CPU) is only useful for preventing the CPU from overheating.

And for reducing power on CPUs that can't do any power management, just 
throttling.

For example, a server that doesn't crunch any numbers at night will 
certainly use less power when throttled.


-- 
Tomasz Chmielewski
http://wpkg.org



^ permalink raw reply	[flat|nested] 24+ messages in thread
[parent not found: <fa.tHyDHqRNYFvp4N4SR4JtJRuqh0k@ifi.uio.no>]
[parent not found: <fa.2Y+LplM9PCtpiAXzv/aJ3Pcnv4Y@ifi.uio.no>]
* PROBLEM: Celeron Core
@ 2008-01-18 19:06 Chodorenko Michail
  2008-01-18 21:11 ` Andi Kleen
  0 siblings, 1 reply; 24+ messages in thread
From: Chodorenko Michail @ 2008-01-18 19:06 UTC (permalink / raw)
  To: linux-kernel

I have a laptop "Extensa 5220", with the processor Celeron based on 'core'
technology.
There is ~ / arch/i386/kernel/cpu/cpufreq/p4-clockmod.c in the kernel
source code
but there's no line identification of my CPU for apply freqency change
need to add a ID line 0х16
                       
 
    "that instead of p4-clockmod, if possible.\n");
               switch (c->x86_model) {
               case 0x0E: /* Core */
+              case 0x16: /* Celeron Core */
               case 0x0F: /* Core Duo */
                      p4clockmod_driver.flags |= CPUFREQ_CONST_LOOPS;
                      return
speedstep_get_processor_frequency(SPEEDSTEP_PROCESSOR_PCORE);




^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2008-01-22  0:00 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-20 22:06 PROBLEM: Celeron Core Tomasz Chmielewski
2008-01-20 22:26 ` Rafael J. Wysocki
2008-01-21 10:11 ` Matthew Garrett
     [not found] <fa.tHyDHqRNYFvp4N4SR4JtJRuqh0k@ifi.uio.no>
2008-01-21 23:59 ` Robert Hancock
     [not found] <fa.2Y+LplM9PCtpiAXzv/aJ3Pcnv4Y@ifi.uio.no>
     [not found] ` <fa.OpXJDCw416yeXEvt0cwrupi/qS0@ifi.uio.no>
     [not found]   ` <fa.sj34KNXkf9z/ZO3fVJ+CYcgcuCs@ifi.uio.no>
     [not found]     ` <fa.qpK4b5H7lkLeIaPtbJKzKV46yFY@ifi.uio.no>
     [not found]       ` <fa.WeBRuL3UPPVPESVzfopvVyNcAw4@ifi.uio.no>
     [not found]         ` <fa.LZLUxfR64dAZFPtin9JNet7ieiY@ifi.uio.no>
2008-01-20 18:24           ` Robert Hancock
2008-01-20 19:14             ` Matt Mackall
2008-01-20 19:24               ` Robert Hancock
2008-01-20 21:31                 ` Rafael J. Wysocki
2008-01-21  7:48               ` Daniel Barkalow
2008-01-20 19:16             ` Andi Kleen
  -- strict thread matches above, loose matches on Subject: below --
2008-01-18 19:06 Chodorenko Michail
2008-01-18 21:11 ` Andi Kleen
2008-01-19  0:27   ` Matt Mackall
2008-01-19  1:15     ` Andi Kleen
2008-01-19  4:10       ` Matt Mackall
2008-01-19  4:27         ` Andi Kleen
2008-01-19  4:40           ` Matt Mackall
2008-01-19  4:54             ` Andi Kleen
2008-01-20  4:35               ` David Newall
2008-01-20  5:13                 ` Andi Kleen
2008-01-20  5:23                   ` David Newall
2008-01-20  5:42                     ` Andi Kleen
2008-01-20 20:53                     ` Lennart Sorensen
2008-01-20 11:18           ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).