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
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 include
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 a/net/bluetoot
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 u
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 +
i