From: Andrew Morton Date: Wed, 3 Jul 2013 22:00:41 +0000 (-0700) Subject: include/linux/smp.h:on_each_cpu(): switch back to a macro X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~444 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c846ef7deba2d4f75138cf6a4b137b7e0e7659af;p=pandora-kernel.git include/linux/smp.h:on_each_cpu(): switch back to a macro Commit f21afc25f9ed ("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 Acked-by: Geert Uytterhoeven Cc: David Daney Cc: Ralf Baechle Cc: Stephen Rothwell Cc: [3.10.x] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed