summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-06-13 15:14:38 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-06-14 08:53:39 -0700
commitb22853b2f4bdd1ed31d601ebd331083d67d40f11 (patch)
treeb93f00a0566675d6c38152d5097acf30381a3e04 /.gitignore
parentc08ce47e3829d8070ba7b4813cfc7a9a48c35a3c (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 29d3e10..534c2dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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