Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261677AbUKOUKC (ORCPT ); Mon, 15 Nov 2004 15:10:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261687AbUKOUHg (ORCPT ); Mon, 15 Nov 2004 15:07:36 -0500 Received: from fw.osdl.org ([65.172.181.6]:37250 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261677AbUKOUFU (ORCPT ); Mon, 15 Nov 2004 15:05:20 -0500 Date: Mon, 15 Nov 2004 12:05:15 -0800 (PST) From: Linus Torvalds To: Brian Gerst cc: lkml , Andrew Morton Subject: Re: [PATCH] Regparm for x86 machine check handlers In-Reply-To: <4198EA70.202@quark.didntduck.org> Message-ID: References: <4198EA70.202@quark.didntduck.org> 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: 761 Lines: 22 On Mon, 15 Nov 2004, Brian Gerst wrote: > > The patch to change traps and interrupts to the fastcall convention > missed the machine check handlers. Thanks, that was silly. Anybody want to write a script that verifies that the only remaining "asmlinkage" entries are of the type "sys_xxxx()"? "grep" shows that there's a number of incorrect ones left, but most of them seem to take no arguments, so ir doesn't matter. And there's the FP emulation stuff, which really -does- use the old interfaces. Linus - 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/