summaryrefslogtreecommitdiff
path: root/software/smp
AgeCommit message (Collapse)Author
2017-06-14Add a SMP examplePalmer Dabbelt
This just prints "hello world" on two cores. It contains an example of how to initialize a multi-core system using IPIs, and a simple spin lock.