This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-24 11:51:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cd8165c3d5
linux
/
arch
/
arm
/
mach-actions
/
Makefile
2 lines
31 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: owl: smp: Drop owl_secondary_boot() 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>
2017-07-03 17:18:04 +00:00
obj-${CONFIG_SMP}
+=
platsmp.o
Reference in New Issue
Copy Permalink