On Mon, Jun 17, 2013 at 10:30 PM, Andrew Morton <[email protected]> wrote: > From: Andrew Morton <[email protected]> > Subject: include/linux/smp.h:on_each_cpu(): switch back to a macro > > f21afc25f9ed4 ("smp.h: Use local_irq_{save,restore}() in !SMP version of > on_each_cpu()") converted on_each_cpu() to a C function. This required > inclusion of irqflags.h, which broke ia64 and mn10300 (at least) due to > header ordering hell. > > Switch on_each_cpu() back to a macro to fix this. > > Reported-by: Geert Uytterhoeven <[email protected]> > Cc: David Daney <[email protected]> > Cc: Ralf Baechle <[email protected]> > Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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/

