Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262991AbUKRVbM (ORCPT ); Thu, 18 Nov 2004 16:31:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261172AbUKRVbH (ORCPT ); Thu, 18 Nov 2004 16:31:07 -0500 Received: from zcars04e.nortelnetworks.com ([47.129.242.56]:4573 "EHLO zcars04e.nortelnetworks.com") by vger.kernel.org with ESMTP id S261161AbUKRV3q (ORCPT ); Thu, 18 Nov 2004 16:29:46 -0500 Message-ID: <419D1443.9080807@nortelnetworks.com> Date: Thu, 18 Nov 2004 15:29:39 -0600 X-Sybari-Space: 00000000 00000000 00000000 00000000 From: Chris Friesen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jan Engelhardt CC: Tomas Carnecky , linux-kernel@vger.kernel.org Subject: Re: Kernel thoughts of a Linux user References: <200411181859.27722.gjwucherpfennig@gmx.net> <419CFF73.3010407@dbservice.com> <419D10DF.4040902@nortelnetworks.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 20 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/