From: Franck <vagabon.xyz@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] minor fix in asm-mips/module.h
Date: Mon, 26 Sep 2005 14:05:36 +0200 [thread overview]
Message-ID: <cda58cb805092605057f7cad7d@mail.gmail.com> (raw)
In-Reply-To: <20050926115539.GB3175@linux-mips.org>
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
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. It
> > adds 4ksc and 4ksd as well.
>
> You forgot to include the patch ...
sorry for that, here it is...
Thanks
--
Franck
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: module.patch --]
[-- Type: text/x-patch; name="module.patch", Size: 491 bytes --]
--- 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"
+#else
#error MODULE_PROC_FAMILY undefined for your processor configuration
#endif
next prev parent reply other threads:[~2005-09-26 12:06 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 [this message]
2005-09-29 23:45 ` Ralf Baechle
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=cda58cb805092605057f7cad7d@mail.gmail.com \
--to=vagabon.xyz@gmail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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.