From 4cda542d863839c5b0e026ccee297ca5ff3dd9cd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 17:28:59 +0200 Subject: switched to apic/ioapic finally --- asm/asm_smp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 asm/asm_smp.h (limited to 'asm/asm_smp.h') 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(); -- cgit v1.2.3