Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 17 Dec 2002 23:31:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 17 Dec 2002 23:31:48 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:6160 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 17 Dec 2002 23:31:47 -0500 Message-ID: <3DFFFBF1.7000507@transmeta.com> Date: Tue, 17 Dec 2002 20:39:13 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en, sv MIME-Version: 1.0 To: Linus Torvalds CC: Ulrich Drepper , Matti Aarnio , Hugh Dickins , Dave Jones , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: Intel P6 vs P7 system call performance References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 24 Linus Torvalds wrote: > On Tue, 17 Dec 2002, Linus Torvalds wrote: > >>How about this diff? It does both the 6-parameter thing _and_ the >>AT_SYSINFO addition. > > > The 6-parameter thing is broken. It's clever, but playing games with %ebp > is not going to work with restarting of the system call - we need to > restart with the proper %ebp. > This confuses me -- there seems to be no reason this shouldn't work as long as %esp == %ebp on sysexit. The SYSEXIT-trashed GPRs seem like a bigger problem. -hpa - 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/