Skip to content
Commit b4214e41 authored by Rich Felker's avatar Rich Felker
Browse files

sh: add SMP support for J2



Support is hooked up via a cpu start method specified in the device
tree, and also depends on DT nodes that describe the interfaces for
performing IPI and identifying which cpu execution is taking place on.
The currently used method is a form of spin table, where secondary
cpus are unblocked by writing to a special address.

Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 4b6ef05b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment