From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 26 Mar 2003 22:19:51 +0000 Subject: Re: [Linux-ia64] [PATCH] settimeofday() not synchronised with Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 26 Mar 2003 13:39:25 +0100, Eric Piel said: >> I don't understand what does the line in settimeofday(): nsec - >> (jiffies - wall_jiffies ) * (1000000000 / HZ); Eric> Finally I read the code to do the same thing for i386 (get and Eric> settimeofday()). This explains the meaning of this line, in Eric> the i386 it's associated with the equivalent line in Eric> do_gettimeofday()! On ia64 everything is done inside of Eric> gettimeoffset(). Therefore I'm now confident that suppressing Eric> this line is a Good Thing ;-) The patch doing it wrt the bk Eric> tree is attached. Good catch. I applied this patch. Thanks, --david