From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753063AbaCMDmE (ORCPT ); Wed, 12 Mar 2014 23:42:04 -0400 Received: from terminus.zytor.com ([198.137.202.10]:59813 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752729AbaCMDmC (ORCPT ); Wed, 12 Mar 2014 23:42:02 -0400 Message-ID: <532128F0.7090709@zytor.com> Date: Wed, 12 Mar 2014 20:41:36 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Thomas Gleixner , "Rafael J. Wysocki" CC: joeyli , Julian Wollrath , x86@kernel.org, LKML , "Rafael J. Wysocki" , John Stultz , "Ted Ts'o" , Linus Torvalds Subject: Re: [RESEND] Fast TSC calibration fails with v3.14-rc1 and later References: <20140310110410.5b2218f6@ilfaris> <1554867.utJVyPuT6A@vostro.rjw.lan> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/12/2014 05:54 PM, Thomas Gleixner wrote: > > From the timekeeping POV there is absolutely no need to set the wall > clock time early. The kernel boot phase does not care about wall time > at all. We should have it done before we hit userspace, but not even > that is a hard requirement. > This is a key observation, I believe. -hpa