On Thu, Jul 21, 2005 at 04:36:37PM +0100, ths@xxxxxxxxxxxxxx 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