From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Adjust time init sequence Date: Thu, 11 Dec 2008 13:12:29 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Tian, Kevin" , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 11/12/2008 09:04, "Keir Fraser" wrote: > By the way, instead of avoiding NOW() early on, could we just set > local_tsc_stamp in early_time_init()? Then we could use NOW() when > initialising idle VCPUs, and also early on in init_xen_time()? > > We could set stime_platform_stamp = NOW() too, so that platform time is > kicked off following BP's time. > > I could send a patch which I find tasteful if you think this could work? :-) It turned out pretty simple, so I checked it in as c/s 18909. Let me know how that works for you. -- Keir