On Mon, Aug 20, 2007 at 01:01:36AM +0200, Adrian Bunk wrote: > On Wed, Aug 01, 2007 at 09:10:37PM +0200, Adrian Bunk wrote: > > On Wed, Aug 01, 2007 at 11:07:53PM +0400, Alexey Dobriyan wrote: > > > On Wed, Aug 01, 2007 at 03:10:51PM +0200, Adrian Bunk wrote: > > > > --- linux-2.6.23-rc1-mm2/.gitignore.old > > > > +++ linux-2.6.23-rc1-mm2/.gitignore > > > > @@ -14,18 +14,25 @@ > > > > *.so > > > > *.mod.c > > > > *.i > > > > +!include/asm-*/*.i > > > > > > I think these should be renamed to .S and let .i alone for preprocessed > > > stuff. > > >... > > > > Fine with me if Andi agrees. > > Andi?
Hmm, perhaps rename alternative-asm.i to .h and stick a #ifdef __ASSEMBLY__ around it. There is actually only one includer currently, but there might be more in the future again. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/