ARM: SMP: consolidate trace_hardirqs_off() into common SMP code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 3 Dec 2010 15:00:49 +0000 (15:00 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Dec 2010 15:09:09 +0000 (15:09 +0000)
commit2c0136dba4e43b0916ccc9ecc7f11e6d6b73f046
tree11670406e209607ada215377a95ad73de4ca6e09
parent05c74a6cbcfb416286a947668ba32f63d99fe74a
ARM: SMP: consolidate trace_hardirqs_off() into common SMP code

All platforms call trace_hardirqs_off() in their secondary startup code,
so move this into the core SMP code - it doesn't need to be in the
per-platform code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c
arch/arm/mach-omap2/omap-smp.c
arch/arm/mach-realview/platsmp.c
arch/arm/mach-s5pv310/platsmp.c
arch/arm/mach-tegra/platsmp.c
arch/arm/mach-ux500/platsmp.c
arch/arm/mach-vexpress/platsmp.c