summaryrefslogtreecommitdiff
path: root/asm/asm_smp.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 17:28:59 +0200
committerMiguel <m.i@gmx.at>2018-09-09 17:28:59 +0200
commit4cda542d863839c5b0e026ccee297ca5ff3dd9cd (patch)
tree7b8f7734f8f982df82b5c784386232e35a7ced44 /asm/asm_smp.h
parent9a4b35fd5a32490f8f15b48f978e7b1fbfdceb2a (diff)
switched to apic/ioapic finally
Diffstat (limited to 'asm/asm_smp.h')
-rw-r--r--asm/asm_smp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/asm/asm_smp.h b/asm/asm_smp.h
new file mode 100644
index 0000000..f36f4f7
--- /dev/null
+++ b/asm/asm_smp.h
@@ -0,0 +1,11 @@
+/**
+ * @file
+ * Multiprocessing
+ * ===============
+ *
+ * smp_start should be entered by the application processors and calls
+ * the C-function: smp_main() in turn.
+ * */
+
+void smp_start();
+void asm_smp_unlock();