]> Git Repo - linux.git/commit
include/linux/smp.h:on_each_cpu(): switch back to a macro
authorAndrew Morton <[email protected]>
Wed, 3 Jul 2013 22:00:41 +0000 (15:00 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 Jul 2013 23:07:22 +0000 (16:07 -0700)
commitc846ef7deba2d4f75138cf6a4b137b7e0e7659af
tree58785c1483290e6649e2d4324d4acac16ddaf41e
parent1873e50028ce87dd9014049c86d71a898fa02166
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 <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Cc: David Daney <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: <[email protected]> [3.10.x]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/smp.h
This page took 0.057484 seconds and 4 git commands to generate.