From owner-freebsd-current@FreeBSD.ORG Tue Apr 15 08:46:05 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92DBE1065671; Tue, 15 Apr 2008 08:46:05 +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 9C3218FC1A; Tue, 15 Apr 2008 08:46:04 +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 ; 15 Apr 2008 09:46:03 +0100 (BST) Date: Tue, 15 Apr 2008 09:46:02 +0100 From: David Malone To: Jeff Roberson Message-ID: <20080415084602.GA44129@walton.maths.tcd.ie> References: <18431.23276.913397.188219@grasshopper.cs.duke.edu> <20080414215057.B959@desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080414215057.B959@desktop> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: gnn@freebsd.org, Andrew Gallatin , current@freebsd.org Subject: Re: TSC Timecounter and multi-core/SMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 08:46:05 -0000 On Mon, Apr 14, 2008 at 09:51:42PM -1000, Jeff Roberson wrote: > I think we should confirm whether this is the case with earlier opterson. > I have seen two processors on the same die out of sync. This can definitely happen according to this note from AMD, which someone posted a link to earlier in the thread: http://lkml.org/lkml/2005/11/4/173 it can happen when you hlt one core, but don't hlt the other on some processors. David.