From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262435AbVGNROF (ORCPT ); Thu, 14 Jul 2005 13:14:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261564AbVGNRLt (ORCPT ); Thu, 14 Jul 2005 13:11:49 -0400 Received: from zcars04f.nortelnetworks.com ([47.129.242.57]:55785 "EHLO zcars04f.nortelnetworks.com") by vger.kernel.org with ESMTP id S261607AbVGNRLX (ORCPT ); Thu, 14 Jul 2005 13:11:23 -0400 Message-ID: <42D69C6F.9030301@nortel.com> Date: Thu, 14 Jul 2005 11:10:07 -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/20040115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linus Torvalds CC: Vojtech Pavlik , Arjan van de Ven , Lee Revell , dean gaudet , Chris Wedgwood , Andrew Morton , "Brown, Len" , dtor_core@ameritech.net, david.lang@digitalinsight.com, davidsen@tmr.com, kernel@kolivas.org, linux-kernel@vger.kernel.org, mbligh@mbligh.org, diegocg@gmail.com, azarah@nosferatu.za.org, christoph@lameter.com Subject: Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt References: <1121286258.4435.98.camel@mindpipe> <20050713134857.354e697c.akpm@osdl.org> <20050713211650.GA12127@taniwha.stupidest.org> <20050714005106.GA16085@taniwha.stupidest.org> <1121304825.4435.126.camel@mindpipe> <1121326938.3967.12.camel@laptopd505.fenrus.org> <20050714121340.GA1072@ucw.cz> 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 Linus Torvalds wrote: > There's absolutely nothing wrong with "jiffies", and anybody who thinks > that > > msleep(20); > > is fundamentally better than > > timeout = jiffies + HZ/50; > > just doesn't realize that the latter is a bit more complicated exactly > because the latter is a hell of a lot more POWERFUL. But if all I really want is to sleep for 20ms, what does the additional power actually buy me? Chris