From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [RFC patch 15/15] LTTng timestamp x86 Date: Tue, 21 Oct 2008 12:10:58 -0600 Message-ID: <200810211211.00332.bjorn.helgaas@hp.com> References: <20081016232729.699004293@polymtl.ca> <48FD0633.70604@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from g1t0029.austin.hp.com ([15.216.28.36]:25864 "EHLO g1t0029.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755163AbYJUSLG (ORCPT ); Tue, 21 Oct 2008 14:11:06 -0400 In-Reply-To: <48FD0633.70604@zytor.com> Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: "H. Peter Anvin" Cc: Linus Torvalds , john stultz , Mathieu Desnoyers , "Luck, Tony" , Steven Rostedt , Andrew Morton , Ingo Molnar , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , Peter Zijlstra , Thomas Gleixner , David Miller , Ingo Molnar On Monday 20 October 2008 04:29:07 pm H. Peter Anvin wrote: > Linus Torvalds wrote: > > > > But it's not going to solve the "hey, I have 512 CPU's, they are all on > > different boards, and no, they are _not_ synchronized to one global > > clock!". > > > > That's why I'd suggest making _purely_ local time, and then aiming for > > something NTP-like. But maybe there are better solutions out there. > > At the same time, it would definitely be nice to encourage vendors of > large SMP systems to provide a common root crystal (frequency standard) > for a single SMP domain. Preferrably a really good one, TCXO or better. A single root crystal is nice for us software guys. But it often also turns into a single point of failure, which the hardware guys are always trying to eliminate. So I think multiple crystals are inevitable for the really large machines. Bjorn