]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: keystone: Enable SMP support on Keystone machines
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 10 Jun 2013 16:20:17 +0000 (12:20 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 17 Jun 2013 22:35:35 +0000 (18:35 -0400)
commit6c5595cae28fe853d4031126c7def36798e9f5ac
tree916c2c2ee1e558b7369d565e7d0fbe8443f153b8
parent7d4f52ef50fd645466b322a2b0b795f8d1e77bf7
ARM: keystone: Enable SMP support on Keystone machines

Add basic SMP support for Keystone machines. This does not
include support for CPU hotplug for now.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: arm@kernel.org
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-keystone/Kconfig
arch/arm/mach-keystone/Makefile
arch/arm/mach-keystone/keystone.c
arch/arm/mach-keystone/keystone.h [new file with mode: 0644]
arch/arm/mach-keystone/platsmp.c [new file with mode: 0644]