From: Jan Dittmer <jdittmer@ppp0.net>
To: root@chaos.analogic.com
Cc: Linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: Linux-2.6.5-1.358 SMP
Date: Wed, 06 Oct 2004 01:05:15 +0200 [thread overview]
Message-ID: <416328AB.1060909@ppp0.net> (raw)
In-Reply-To: <Pine.LNX.4.53.0410051852250.351@chaos.analogic.com>
Richard B. Johnson wrote:
> Hello,
>
> I almost have everything converted over from 2.4.26 to
> 2.6.whatever.
>
> I need to make some modules that have lots of assembly code.
> This assembly uses the UNIX calling convention and can't be
> re-written (it would take many months). The new kernel
> is compiled with "-mregparam=2". I can't find where that's
> defined. I need to remove it because I cannot pass parameters
> to the assembly stuff in registers.
>
> Where is it defined??? I grepped through all the scripts and
> the hidden files, but I can't discover where it's defined.
You don't mean CONFIG_REGPARM=n:
arch/i386/Makefile:cflags-$(CONFIG_REGPARM) += $(shell if [
$(GCC_VERSION) -ge 0300 ] ; then echo "-mregparm=3"; fi ;)
?
Jan
next prev parent reply other threads:[~2004-10-05 23:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-05 22:58 Linux-2.6.5-1.358 SMP Richard B. Johnson
2004-10-05 23:05 ` Jan Dittmer [this message]
2004-10-05 23:09 ` Richard B. Johnson
2004-10-05 23:06 ` Nathan Bryant
2004-10-05 23:47 ` Roland Dreier
2004-10-05 23:59 ` root
2004-10-06 0:30 ` Roland Dreier
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=416328AB.1060909@ppp0.net \
--to=jdittmer@ppp0.net \
--cc=linux-kernel@vger.kernel.org \
--cc=root@chaos.analogic.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox