From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760605AbYDNInb (ORCPT ); Mon, 14 Apr 2008 04:43:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755848AbYDNInW (ORCPT ); Mon, 14 Apr 2008 04:43:22 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:34435 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755784AbYDNInV (ORCPT ); Mon, 14 Apr 2008 04:43:21 -0400 Date: Mon, 14 Apr 2008 10:42:36 +0200 From: Ingo Molnar To: "H. Peter Anvin" Cc: Erik Bosman , Arjan van de Ven , Andrew Morton , Thomas Gleixner , Ingo Molnar , Andrea Arcangeli , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] x86: Implement prctl PR_GET_TSC and PR_SET_TSC Message-ID: <20080414084236.GE19865@elte.hu> References: <20080412124947.146865e4@laptopd505.fenrus.org> <48012002.8030701@zytor.com> <48028305.8040104@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48028305.8040104@zytor.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Peter Anvin wrote: >> This is on a core 2 duo E6300. > > OK, so it sounds like there is no measurable difference. Good. yep - that would be expected, as the patch only touches the switch_to_xtra() path so it does not actually modify any fastpath. any effect would be random code alignment changes, or perhaps some CPU internal inefficiency when running with TSCs disabled (which would be weird but still possible). Ingo