Re: [PATCH] [NET]: Remove FASTCALL/fastcall macros

2007-12-16 Thread David Miller
From: Harvey Harrison <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > --- > Dave, this is a

[PATCH] [NET]: Remove FASTCALL/fastcall macros

2007-12-16 Thread Harvey Harrison
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 <[EMAIL PROTECTED]> --- Dave, this is a wrap-up of my patch in your net-2.6.25.git with the build breakage fix from Andrew Morton

[PATCH] [NET]: Remove FASTCALL/fastcall macros

2007-12-16 Thread Harvey Harrison
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 [EMAIL PROTECTED] --- Dave, this is a wrap-up of my patch in your net-2.6.25.git with the build breakage fix from Andrew Morton

Re: [PATCH] [NET]: Remove FASTCALL/fastcall macros

2007-12-16 Thread David Miller
From: Harvey Harrison [EMAIL PROTECTED] 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 [EMAIL PROTECTED] --- Dave, this is a wrap-up of my

[PATCH] net: remove fastcall

2007-12-12 Thread Harvey Harrison
fastcall is always empty, remove it from net/ Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- net/bluetooth/rfcomm/core.c |4 ++-- net/core/dev.c |2 +- net/core/sock.c |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH] Net: Remove FASTCALL macro

2007-12-12 Thread David Miller
From: Harvey Harrison <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2007 00:09:03 -0800 > X86_32 was the last user of the FASTCALL macro, now that it > uses regparm(3) by default, this macro expands to nothing. > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> Applied to net-2.6.25, thanks. -- To

[PATCH] Net: Remove FASTCALL macro

2007-12-12 Thread Harvey Harrison
X86_32 was the last user of the FASTCALL macro, now that it uses regparm(3) by default, this macro expands to nothing. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- Should this be coordinated with the FASTCALL() removal in the x86 git tree? drivers/net/ns83820.c |5 +

[PATCH] Net: Remove FASTCALL macro

2007-12-12 Thread Harvey Harrison
X86_32 was the last user of the FASTCALL macro, now that it uses regparm(3) by default, this macro expands to nothing. Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- Should this be coordinated with the FASTCALL() removal in the x86 git tree? drivers/net/ns83820.c |5 +

Re: [PATCH] Net: Remove FASTCALL macro

2007-12-12 Thread David Miller
From: Harvey Harrison [EMAIL PROTECTED] Date: Wed, 12 Dec 2007 00:09:03 -0800 X86_32 was the last user of the FASTCALL macro, now that it uses regparm(3) by default, this macro expands to nothing. Signed-off-by: Harvey Harrison [EMAIL PROTECTED] Applied to net-2.6.25, thanks. -- To

[PATCH] net: remove fastcall

2007-12-12 Thread Harvey Harrison
fastcall is always empty, remove it from net/ Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- net/bluetooth/rfcomm/core.c |4 ++-- net/core/dev.c |2 +- net/core/sock.c |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git