From owner-freebsd-current@FreeBSD.ORG Thu Apr 10 20:52:40 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 94D8F1065672; Thu, 10 Apr 2008 20:52:40 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 55BB18FC16; Thu, 10 Apr 2008 20:52:39 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.36] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m3AKqZcd055516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 10 Apr 2008 13:52:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <47FE7E0C.4070801@FreeBSD.org> Date: Thu, 10 Apr 2008 13:52:28 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Kris Kennaway References: <47FDDE3A.8020900@FreeBSD.org> In-Reply-To: <47FDDE3A.8020900@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnn@FreeBSD.org, 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: Thu, 10 Apr 2008 20:52:40 -0000 Kris Kennaway wrote: > gnn@freebsd.org wrote: >> Howdy, >> >> Is the TSC timecounter synchronized across multiple cores and/or >> processors? A quick search seems to indicate it's not but I'd like to >> find a definitive reference on the TSC. > > Modern Intel systems tend to be synchronized, in my experience. I really doubt they are. As far as I know newest milti-core chips can modulate frequency of even suspend individual cores independently of each other, which would make such synchronization difficult to maintain if the power management is on. -Maxim