From b22853b2f4bdd1ed31d601ebd331083d67d40f11 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 13 Jun 2017 15:14:38 -0700 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.1-18-gbd029