ARM: consolidate SMP cross call implementation
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Apr 2011 12:01:30 +0000 (13:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 23 May 2011 15:53:17 +0000 (16:53 +0100)
commit0f7b332f9777819a39a3b325690379a7efef89d1
treeabc9dc45eb604cc4af88a5ab8c4a6c0cbdaa0596
parent43b3e1898206a1e385c9cb06f6040ea83a58b638
ARM: consolidate SMP cross call implementation

Rather than having each platform class provide a mach/smp.h header for
smp_cross_call(), arrange for them to register the function with the
core ARM SMP code instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
19 files changed:
arch/arm/include/asm/smp.h
arch/arm/kernel/smp.c
arch/arm/mach-exynos4/include/mach/smp.h [deleted file]
arch/arm/mach-exynos4/platsmp.c
arch/arm/mach-msm/include/mach/smp.h [deleted file]
arch/arm/mach-msm/platsmp.c
arch/arm/mach-omap2/omap-smp.c
arch/arm/mach-realview/include/mach/smp.h [deleted file]
arch/arm/mach-realview/platsmp.c
arch/arm/mach-shmobile/include/mach/smp.h [deleted file]
arch/arm/mach-shmobile/platsmp.c
arch/arm/mach-tegra/include/mach/smp.h [deleted file]
arch/arm/mach-tegra/platsmp.c
arch/arm/mach-ux500/include/mach/smp.h [deleted file]
arch/arm/mach-ux500/platsmp.c
arch/arm/mach-vexpress/ct-ca9x4.c
arch/arm/mach-vexpress/include/mach/smp.h [deleted file]
arch/arm/plat-omap/include/plat/smp.h [deleted file]
arch/arm/plat-versatile/platsmp.c