ARM: realview/vexpress: consolidate SMP bringup code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Jan 2011 10:24:56 +0000 (10:24 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 19 Feb 2011 11:11:41 +0000 (11:11 +0000)
commit0462b4477ea3260304bbcd97c64c0b704b4f0f85
treebf5baa29b411f0ea5f3ebeb30d12a4faf83a72cb
parentcdab142a80d859984eb5e3876e0e762b1f0bded9
ARM: realview/vexpress: consolidate SMP bringup code

Realview and Versatile Express share the same SMP bringup code, so
consolidate the two implementations.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-realview/Makefile
arch/arm/mach-realview/headsmp.S [deleted file]
arch/arm/mach-realview/platsmp.c
arch/arm/mach-vexpress/Makefile
arch/arm/mach-vexpress/headsmp.S [deleted file]
arch/arm/mach-vexpress/platsmp.c
arch/arm/plat-versatile/Makefile
arch/arm/plat-versatile/headsmp.S [new file with mode: 0644]
arch/arm/plat-versatile/platsmp.c [new file with mode: 0644]
This page took 0.036198 seconds and 5 git commands to generate.