summaryrefslogtreecommitdiff
path: root/kernel/mp.c
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 /kernel/mp.c
parent9a4b35fd5a32490f8f15b48f978e7b1fbfdceb2a (diff)
switched to apic/ioapic finally
Diffstat (limited to 'kernel/mp.c')
-rw-r--r--kernel/mp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/mp.c b/kernel/mp.c
index ba6a042..f7dcac6 100644
--- a/kernel/mp.c
+++ b/kernel/mp.c
@@ -1,3 +1,5 @@
+/* TEMPORARILY DISABLED
+ *
#include "kernel/kernel.h"
#include <stdbool.h>
@@ -173,3 +175,4 @@ bool mp_find(smp_processors *procdata)
}
+*/