]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64ec00790f730b56da406d9ff67f2deee1d4472e
treeabc9dc45eb604cc4af88a5ab8c4a6c0cbdaa0596
parentedcdfaa3ac5c17e35dd30550d2636c7dfac80f28
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