On Tue, May 22, 2007 at 09:28:15AM +0200, Thomas Gleixner wrote: > On Tue, 2007-05-22 at 08:20 +0200, Andi Kleen wrote: > > On Monday 21 May 2007 22:03, Thomas Gleixner wrote: > > > ftp://firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.22-rc2-070521-1.bz2 > > > > > > explodes in various places due to missing defines of __cold. We can't > > > rely on the assumption that linux/compiler.h is included magically > > > before bug.h is included. Include it explicitely. > > > > Hmm, somehow it worked here. Perhaps longer term it would be a good > > idea to turn compiler.h into an -include > > Might be not a bad idea. > 300 files include it directly and it's > included from sched.h & co as well.
How about a file like: include/linux/always_include.h This file could then include autoconf.h + compiler.h So we avoid an even longer gcc commandline. Sam - 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/