Re: [RFC] building linux-2.4 with gcc 3.3.3

From: Chris Wright
Date: Tue Jun 29 2004 - 17:46:01 EST


* Stephen Hemminger (shemminger@xxxxxxxx) wrote:
> diff -Nru a/arch/i386/kernel/signal.c b/arch/i386/kernel/signal.c
> --- a/arch/i386/kernel/signal.c 2004-06-29 15:31:58 -07:00
> +++ b/arch/i386/kernel/signal.c 2004-06-29 15:31:58 -07:00
> @@ -581,7 +581,7 @@
> * want to handle. Thus you cannot kill init even with a SIGKILL even by
> * mistake.
> */
> -int do_signal(struct pt_regs *regs, sigset_t *oldset)
> +fastcall int do_signal(struct pt_regs *regs, sigset_t *oldset)

might be nice to keep this change inline with 2.6 which has different
order:
int fastcall do_signal

thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/