Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932521AbWAKXIg (ORCPT ); Wed, 11 Jan 2006 18:08:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932502AbWAKXIg (ORCPT ); Wed, 11 Jan 2006 18:08:36 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:31153 "EHLO e32.co.us.ibm.com") by vger.kernel.org with ESMTP id S932521AbWAKXIf (ORCPT ); Wed, 11 Jan 2006 18:08:35 -0500 Subject: Re: [PATCH 3/10] NTP: add ntp_update_frequency From: john stultz To: Roman Zippel Cc: linux-kernel@vger.kernel.org In-Reply-To: <1137020731.2890.74.camel@cog.beaverton.ibm.com> References: <1137020731.2890.74.camel@cog.beaverton.ibm.com> Content-Type: text/plain Date: Wed, 11 Jan 2006 15:08:13 -0800 Message-Id: <1137020893.2890.75.camel@cog.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 22 On Wed, 2006-01-11 at 15:05 -0800, john stultz wrote: > On Thu, 2005-12-22 at 00:21 +0100, Roman Zippel wrote: > > This introduces ntp_update_frequency and deinlines ntp_clear() (as it's > > not performance critical). > > It also changes how tick_nsec is calculated from tick_usec, instead of > > scaling it using TICK_USEC_TO_NSEC it's simply shifted by the difference. > > Since ntp doesn't change the tick value, the result in practice is the > > same, but it's easier to change this into a clock parameter, which can > > be calculated during boot. > > One last thing, shouldn't this patch kill TICK_USEC_TO_NSEC ? thanks -john - 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/