diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-13 15:14:38 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-14 08:53:39 -0700 |
commit | b22853b2f4bdd1ed31d601ebd331083d67d40f11 (patch) | |
tree | b93f00a0566675d6c38152d5097acf30381a3e04 /.gitignore | |
parent | c08ce47e3829d8070ba7b4813cfc7a9a48c35a3c (diff) |
Add a SMP example
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ software/hello/hello software/led_fade/led_fade software/local_interrupts/local_interrupts software/performance_counters/performance_counters +software/smp/smp |