From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932472AbXLQEan (ORCPT ); Sun, 16 Dec 2007 23:30:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755102AbXLQEad (ORCPT ); Sun, 16 Dec 2007 23:30:33 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:53366 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751736AbXLQEac (ORCPT ); Sun, 16 Dec 2007 23:30:32 -0500 Date: Sun, 16 Dec 2007 20:30:29 -0800 (PST) Message-Id: <20071216.203029.255544808.davem@davemloft.net> To: harvey.harrison@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH] [NET]: Remove FASTCALL/fastcall macros From: David Miller In-Reply-To: <1197864985.3749.117.camel@brick> References: <1197864985.3749.117.camel@brick> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Harvey Harrison Date: Sun, 16 Dec 2007 20:16:25 -0800 > X86_32 was the last user of the FASTCALL/fastcall macros, now that it > uses regparm(3) by default, these macros expand to nothing. > > Signed-off-by: Harvey Harrison > --- > Dave, this is a wrap-up of my patch in your net-2.6.25.git with > the build breakage fix from Andrew Morton included. This also > chops the fastcall macro which is also now empty. If only it applied: davem@sunset:~/src/GIT/net-2.6.25$ pcheck diff + git apply --check --whitespace=error-all diff error: patch failed: drivers/net/ns83820.c:611 error: drivers/net/ns83820.c: patch does not apply error: patch failed: include/net/bluetooth/rfcomm.h:252 error: include/net/bluetooth/rfcomm.h: patch does not apply error: patch failed: include/net/sock.h:774 error: include/net/sock.h: patch does not apply