From: Ralf Baechle <ralf@linux-mips.org>
To: Franck <vagabon.xyz@gmail.com>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] minor fix in asm-mips/module.h
Date: Fri, 30 Sep 2005 00:45:42 +0100 [thread overview]
Message-ID: <20050929234542.GB3983@linux-mips.org> (raw)
In-Reply-To: <cda58cb805092605057f7cad7d@mail.gmail.com>
On Mon, Sep 26, 2005 at 02:05:36PM +0200, Franck wrote:
> 2005/9/26, Ralf Baechle <ralf@linux-mips.org>:
> > On Mon, Sep 26, 2005 at 09:06:50AM +0200, Franck wrote:
> >
> > > This patch replaces an empty preprocessor condition #elif by #else.
Thanks for noticing.
> > > It adds 4ksc and 4ksd as well.
--- module.h~old 2005-09-26 14:02:32.000000000 +0200
+++ module.h 2005-09-26 09:54:08.000000000 +0200
@@ -113,7 +113,11 @@ search_module_dbetables(unsigned long ad
#define MODULE_PROC_FAMILY "RM9000"
#elif defined CONFIG_CPU_SB1
#define MODULE_PROC_FAMILY "SB1"
-#elif
+#elif defined CONFIG_CPU_4KSC
+#define MODULE_PROC_FAMILY "4KSC"
+#elif defined CONFIG_CPU_4KSD
+#define MODULE_PROC_FAMILY "4KSD"
There are no CONFIG_CPU_4KSC and CONFIG_CPU_4KSD configuration options.
Did you really create this patch against the linux module of the CVS
repository or was it a different tree?
Thanks,
Ralf
next prev parent reply other threads:[~2005-09-30 10:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-26 7:06 [PATCH] minor fix in asm-mips/module.h Franck
2005-09-26 11:55 ` Ralf Baechle
2005-09-26 12:05 ` Franck
2005-09-29 23:45 ` Ralf Baechle [this message]
2005-09-30 12:36 ` Franck
2005-09-30 13:09 ` Ralf Baechle
2005-09-30 15:44 ` Franck
2005-09-30 16:09 ` Ralf Baechle
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=20050929234542.GB3983@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=linux-mips@linux-mips.org \
--cc=vagabon.xyz@gmail.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