From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261500AbVFUAFj (ORCPT ); Mon, 20 Jun 2005 20:05:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261864AbVFUADd (ORCPT ); Mon, 20 Jun 2005 20:03:33 -0400 Received: from mustang.oldcity.dca.net ([216.158.38.3]:48834 "HELO mustang.oldcity.dca.net") by vger.kernel.org with SMTP id S261500AbVFTXhO (ORCPT ); Mon, 20 Jun 2005 19:37:14 -0400 Subject: Re: [PATCH 1/6] new timeofday core subsystem for -mm (v.B3) From: Lee Revell To: Roman Zippel Cc: john stultz , lkml , Andrew Morton , George Anzinger , Ulrich Windl In-Reply-To: References: <1119063400.9663.2.camel@cog.beaverton.ibm.com> <1119287354.9947.22.camel@cog.beaverton.ibm.com> Content-Type: text/plain Date: Mon, 20 Jun 2005 19:40:46 -0400 Message-Id: <1119310847.17602.5.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Evolution 2.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2005-06-21 at 00:05 +0200, Roman Zippel wrote: > With -mm you can now choose the HZ value, so that's not really the > problem anymore. A lot of archs even never changed to a higher HZ > value. That does not solve anything, going back to HZ=100 is a big user-visible regression because the resolution of sleep() (and poll, etc) is now 10ms rather than 1ms. Many apps have RT constraints between 1ms and 10ms. Lee