summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-actions/headsmp.S
Commit message (Collapse)AuthorAgeFilesLines
* ARM: owl: smp: Drop owl_secondary_boot()Andreas Färber2017-09-201-52/+0
| | | | | | | | | | | | | | | Commit 18cfd9429d8a82c49add8f3ca9d366599bfcac45 simplified the S500 SMP code by removing a loop for pen_release in owl_secondary_boot(). Since then it is only calling owl_v7_invalidate_l1() before branching to secondary_startup(). The owl_v7_invalidate_l1() assembler function is superfluous, too. Therefore drop owl_secondary_boot() and use secondary_boot() directly. Fixes: 18cfd9429d8a ("ARM: owl: smp: Drop bogus holding pen") Cc: David Liu <liuwei@actions-semi.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: owl: smp: Drop bogus holding penAndreas Färber2017-07-031-18/+2
| | | | | | | | | | | The S500 SoC can start secondary CPUs without busy-looping for pen_release, so simplify the SMP code compared to the LeMaker kernel tree. Fixes: 172067e0bc87 ("ARM: owl: Implement CPU enable-method for S500") Suggested-by: Arnd Bergmann <arnd@arndb.de> Cc: David Liu <liuwei@actions-semi.com> Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: owl: Implement CPU enable-method for S500Andreas Färber2017-06-211-0/+68
Allow to bring up CPU1. Based on LeMaker linux-actions tree. Signed-off-by: Andreas Färber <afaerber@suse.de>
OpenPOWER on IntegriCloud