Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: keystone: Move CPU bringup code to dedicated asm file | Santosh Shilimkar | 2013-06-24 |
| | | | | | | | | | | | | Because of inline asm usage in platsmp.c, smc instruction creates build failure for ARM V6+V7 build where as using instruction encoding for smc breaks the thumb2 build. So move the code snippet to separate asm file and mark it with 'armv7-a$(plus_sec)' to avoid any build issues. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> | ||
* | ARM: keystone: Enable SMP support on Keystone machines | Santosh Shilimkar | 2013-06-17 |
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> |