On Wed, Mar 28, 2012 at 9:15 PM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > The following patch fixes (as much as possible) a powerpc allyesconfig build. Ugh: > diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c > index af48e59..1f94ddf 100644 > --- a/kernel/irq/irqdomain.c > +++ b/kernel/irq/irqdomain.c > @@ -12,6 +12,9 @@ > #include <linux/slab.h> > #include <linux/smp.h> > #include <linux/fs.h> > +#ifdef CONFIG_VIRQ_DEBUG > +#include <asm/debug.h> > +#endif Can we please move that abortion into arch/powerpc/? Instead of making generic code even uglier.. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html