mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 12:35:08 +07:00
![Andreas Färber](/assets/img/avatar_default.png)
Commit18cfd9429d
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:18cfd9429d
("ARM: owl: smp: Drop bogus holding pen") Cc: David Liu <liuwei@actions-semi.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
2 lines
31 B
Makefile
2 lines
31 B
Makefile
obj-${CONFIG_SMP} += platsmp.o
|