ddaney.c...@gmail.com wrote: > #ifndef __ASSEMBLY__ > -#include <linux/smp.h> > +/* linux/smp.h <- linux/irqflags.h needs asm/smp.h first */ > +#include <asm/smp.h> > #endif
If you make this change, is the #ifndef __ASSEMBLY__ still necessary, I wonder... David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/