Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 22 Dec 2002 05:08:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 22 Dec 2002 05:08:52 -0500 Received: from mx1.elte.hu ([157.181.1.137]:20353 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Sun, 22 Dec 2002 05:08:52 -0500 Date: Sun, 22 Dec 2002 11:23:08 +0100 (CET) From: Ingo Molnar Reply-To: Ingo Molnar To: Linus Torvalds Cc: "Nakajima, Jun" , Ulrich Drepper , Subject: Re: Intel P6 vs P7 system call performance In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 574 Lines: 17 while reviewing the sysenter trampoline code i started wondering about the HT case. Dont HT boxes share the MSRs between logical CPUs? This pretty much breaks the concept of per-logical-CPU sysenter trampolines. It also makes context-switch time sysenter MSR writing impossible, so i really hope this is not the case. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/