From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758785Ab0EXXmM (ORCPT ); Mon, 24 May 2010 19:42:12 -0400 Received: from one.firstfloor.org ([213.235.205.2]:54897 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758575Ab0EXXmK (ORCPT ); Mon, 24 May 2010 19:42:10 -0400 Date: Tue, 25 May 2010 01:42:21 +0200 From: Andi Kleen To: john stultz Cc: Dan Magenheimer , "H. Peter Anvin" , Brian Bloniarz , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Arjan van de Ven , Venkatesh Pallipadi , chris.mason@oracle.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: Export tsc related information in sysfs Message-ID: <20100524234221.GA5907@gargoyle.fritz.box> References: <4BF58B59.7080901@athenacr.com> <1274727116.2954.5.camel@localhost.localdomain> <4BFADF9D.9050209@zytor.com> <1274733566.2954.73.camel@localhost.localdomain> <3ec7f284-1507-47fb-b5a2-eea29f68c627@default> <1274743836.2954.104.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1274743836.2954.104.camel@localhost.localdomain> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > As more and more systems become dependent on clocksource==tsc > > and more and more people assume nanosecond-class measurements > > are relatively accurate, I'd expect the accuracy of tsc_khz > > to become more important. While desktop users might bristle > > at an extra second of boot delay, I'll bet many server > > farm administrators would gladly pay that upfront cost > > if they know an option exists. > > Maybe something like a tsc_long_calibration=1 option would allow for > this? On a system with synchronized TSC and multiple cores you could also simply do a longer calibration on another core in the background after a quick "fast calibration" -Andi