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_mp.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 asm/asm_mp.h (limited to 'asm/asm_mp.h') diff --git a/asm/asm_mp.h b/asm/asm_mp.h deleted file mode 100644 index f36f4f7..0000000 --- a/asm/asm_mp.h +++ /dev/null @@ -1,11 +0,0 @@ -/** - * @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