From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422820AbXCGRvA (ORCPT ); Wed, 7 Mar 2007 12:51:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422975AbXCGRu7 (ORCPT ); Wed, 7 Mar 2007 12:50:59 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:41519 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422957AbXCGRuq (ORCPT ); Wed, 7 Mar 2007 12:50:46 -0500 Date: Wed, 7 Mar 2007 18:49:57 +0100 From: Ingo Molnar To: Jeremy Fitzhardinge Cc: tglx@linutronix.de, Dan Hecht , Zachary Amsden , akpm@linux-foundation.org, ak@suse.de, Virtualization Mailing List , Rusty Russell , LKML , john stultz Subject: Re: + stupid-hack-to-make-mainline-build.patch added to -mm tree Message-ID: <20070307174957.GA31371@elte.hu> References: <45EDD82F.90204@vmware.com> <1173225182.24738.507.camel@localhost.localdomain> <45EE0628.1080108@goop.org> <45EE08E8.2020008@vmware.com> <1173228544.24738.514.camel@localhost.localdomain> <45EE0D10.7070807@vmware.com> <1173230305.24738.529.camel@localhost.localdomain> <45EE1EA3.90803@vmware.com> <1173256666.24738.576.camel@localhost.localdomain> <45EEF966.6060902@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45EEF966.6060902@goop.org> User-Agent: Mutt/1.4.2.2i X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.0.3 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Jeremy Fitzhardinge wrote: > Xen, for example, uses the tsc as the principle timebase in the > hypervisor interface. [...] ugh. Please take it from me: i've watched the Linux time code walk its long, rocky 10+ years road. One of the first mistakes was when we made the TSC the center of the i386-time universe. (incidentally, it was me who did the first steps of that, as a rookie kernel hacker) We got cured out of that in v2.6.19, v2.6.20 and v2.6.21. Granted, Xen is only at the beginning of that same road. Meet in another 10 years? ;) Ingo