From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.ebshome.net (gate.ebshome.net [64.81.67.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "gate.ebshome.net", Issuer "gate.ebshome.net" (not verified)) by ozlabs.org (Postfix) with ESMTP id 28E666800B for ; Wed, 10 Aug 2005 04:34:36 +1000 (EST) Date: Tue, 9 Aug 2005 11:34:33 -0700 From: Eugene Surovegin To: Rune Torgersen Message-ID: <20050809183433.GA30956@gate.ebshome.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-embedded@ozlabs.org Subject: Re: Wall clock accuracy List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Aug 09, 2005 at 01:21:09PM -0500, Rune Torgersen wrote: > > A proper fix would be for platfrom code to have a way to set time_nsec > instead of having it set by a constant. Or configure CLOCK_TICK_RATE in board/CPU specific fashion, e.g. like ARM does. -- Eugene