From owner-cvs-src@FreeBSD.ORG Fri Jul 27 20:53:15 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED2916A419; Fri, 27 Jul 2007 20:53:14 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id A023F13C428; Fri, 27 Jul 2007 20:53:12 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 27 Jul 2007 21:53:10 +0100 (BST) Date: Fri, 27 Jul 2007 21:53:10 +0100 From: David Malone To: John Baldwin Message-ID: <20070727205310.GA39586@walton.maths.tcd.ie> References: <200707270934.l6R9YhfQ072079@repoman.freebsd.org> <200707270804.36924.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707270804.36924.jhb@freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@freebsd.org, src-committers@freebsd.org, David Malone , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 20:53:15 -0000 On Fri, Jul 27, 2007 at 08:04:36AM -0400, John Baldwin wrote: > Can you merge this to amd64 as well? The amd64 version of inittodr does not use clock_ct_to_ts at the moment, so it should not have this problem. I do plan to make the amd64 version more like the i386 version, but I was going to wait until the code slush in -current was over. Have you seen any problems like this on amd64? David.