| To: | "Ralf Baechle" <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH 3/7] signal: clean up sigframe structure |
| From: | "Franck Bui-Huu" <vagabon.xyz@gmail.com> |
| Date: | Tue, 23 Jan 2007 16:00:42 +0100 |
| Cc: | linux-mips@linux-mips.org, "Franck Bui-Huu" <fbuihuu@gmail.com> |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WxOvmcwnXucv4a+bSaUVc0fxuvLVm0t7wh4nFyFxd0erFvGIcHgcoVfRsOLYR+Mnx72m6Ev65bxUqn6PXS8Ng9PQGXEqVrbd+5w2H7GHhUoxY3ANWNqCqh7cJ3NhUMNNamx9clhCXg7n9u8+CLGIBogpyrGtZWwDRnR4jsNX8eM= |
| In-reply-to: | <20070123143541.GD18083@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1169561903878-git-send-email-fbuihuu@gmail.com> <11695619031474-git-send-email-fbuihuu@gmail.com> <20070123143541.GD18083@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 1/23/07, Ralf Baechle <ralf@linux-mips.org> wrote: On Tue, Jan 23, 2007 at 03:18:19PM +0100, Franck Bui-Huu wrote: > +#ifndef ICACHE_REFILLS_WORKAROUND_WAR The _WAR symbols are always defined as either 0 or 1 so this #ifndef will never be true.
oops, true. I didn't notice that. I just look at:
#if defined(CONFIG_MOMENCO_JAGUAR_ATX) || defined(CONFIG_MOMENCO_OCELOT_3) || \
defined(CONFIG_PMC_YOSEMITE) || defined(CONFIG_BASLER_EXCITE)
#define ICACHE_REFILLS_WORKAROUND_WAR 1
#endif
and didn't notice that the symbol could be defined to 0 below. I'll
fix it but just for my information what the point to do this ?
--
Franck
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 0/7] Clean up signal code, Daniel Jacobowitz |
|---|---|
| Next by Date: | [PATCH][RFC] Move some kernel globals from asm file to C file., Atsushi Nemoto |
| Previous by Thread: | Re: [PATCH 3/7] signal: clean up sigframe structure, Ralf Baechle |
| Next by Thread: | Re: [PATCH 3/7] signal: clean up sigframe structure, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |