From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Wed, 14 Jul 2004 21:09:03 +0000 Subject: Re: gettimeofday nanoseconds patch (makes it possible for the posix-timer functions to return higher Message-Id: <20040714210903.GA32326@parcelfarce.linux.theplanet.co.uk> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org On Wed, Jul 14, 2004 at 09:41:03AM -0700, Christoph Lameter wrote: > The following patch introduces a new gettimeofday function using > struct timespec instead of struct timeval. If a platforms supports time > interpolation then the new gettimeofday will use that to provide a > gettimeofday function with higher accuracy and then also clock_gettime > will return with nanosecond accuracy. You seem to have included two patches here that are very similar ... could you send the patch you intended please? -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265361AbUGNVJL (ORCPT ); Wed, 14 Jul 2004 17:09:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265228AbUGNVJL (ORCPT ); Wed, 14 Jul 2004 17:09:11 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:15316 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S265245AbUGNVJE (ORCPT ); Wed, 14 Jul 2004 17:09:04 -0400 Date: Wed, 14 Jul 2004 22:09:03 +0100 From: Matthew Wilcox To: Christoph Lameter Cc: linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Subject: Re: gettimeofday nanoseconds patch (makes it possible for the posix-timer functions to return higher accuracy) Message-ID: <20040714210903.GA32326@parcelfarce.linux.theplanet.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 14, 2004 at 09:41:03AM -0700, Christoph Lameter wrote: > The following patch introduces a new gettimeofday function using > struct timespec instead of struct timeval. If a platforms supports time > interpolation then the new gettimeofday will use that to provide a > gettimeofday function with higher accuracy and then also clock_gettime > will return with nanosecond accuracy. You seem to have included two patches here that are very similar ... could you send the patch you intended please? -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain