From: Chris Wright <chrisw@osdl.org>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: "Marcelo W. Tosatti" <marcelo.tosatti@cyclades.com.br>,
linux-kernel@vger.kernel.org
Subject: Re: [RFC] building linux-2.4 with gcc 3.3.3
Date: Tue, 29 Jun 2004 15:44:53 -0700 [thread overview]
Message-ID: <20040629154453.C1973@build.pdx.osdl.net> (raw)
In-Reply-To: <20040629153452.5a03ab5e@dell_ss3.pdx.osdl.net>; from shemminger@osdl.org on Tue, Jun 29, 2004 at 03:34:52PM -0700
* Stephen Hemminger (shemminger@osdl.org) 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
next prev parent reply other threads:[~2004-06-29 22:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-29 22:34 [RFC] building linux-2.4 with gcc 3.3.3 Stephen Hemminger
2004-06-29 22:44 ` Chris Wright [this message]
2004-07-03 21:04 ` Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040629154453.C1973@build.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com.br \
--cc=shemminger@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.