Re: Kernel thoughts of a Linux user

From: Chris Friesen
Date: Thu Nov 18 2004 - 16:35:07 EST


Jan Engelhardt wrote:

For CPUs which don't have some sort of speedstep, it does not matter.
(Please correct me if I am wrong. It might be that HLT cycles are still more
power-conservative even without speedstep than 24/7 on the FPU.)

Actually, it does matter. Transistors that aren't being used don't consume power. So if you just sit spinning on hlt, you don't use a lot of the chip, and you use less power. This is why overclockers will test their cooling solutions while running the cpu at full throttle with various stress tests.

Aside from the cpu itself, when idling you also don't consume memory bus cycles, you never hit the network, you don't use the disk, etc., etc. It all adds up.

Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/