| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: CVS Update@linux-mips.org: linux |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Thu, 21 Jul 2005 17:53:54 -0400 |
| In-reply-to: | <20050721153639Z8225221-3678+3748@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20050721153639Z8225221-3678+3748@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.2.1i |
On Thu, Jul 21, 2005 at 04:36:37PM +0100, ths@linux-mips.org wrote: > Log message: > #ifdef looks better than #if. :-) > > diff -urN linux/include/asm-mips/reg.h linux/include/asm-mips/reg.h > --- linux/include/asm-mips/reg.h 2005/07/14 12:05:09 1.6 > +++ linux/include/asm-mips/reg.h 2005/07/21 15:36:30 1.7 > @@ -70,7 +70,7 @@ > > #endif > > -#if CONFIG_64BIT > +#ifdef CONFIG_64BIT It's can be a bug, depending on the exact use, so generally it's shot to kill. Ralf |
| Previous by Date: | Re: CVS Update@linux-mips.org: linux, Ralf Baechle |
|---|---|
| Next by Date: | Going over 512M of memory, Alex Gonzalez |
| Previous by Thread: | Re: CVS Update@linux-mips.org: linux, Thiemo Seufer |
| Next by Thread: | Re: CVS Update@linux-mips.org: linux, Niels Sterrenburg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |