diff options
| author | Miguel <m.i@gmx.at> | 2018-09-09 17:28:59 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-09 17:28:59 +0200 |
| commit | 4cda542d863839c5b0e026ccee297ca5ff3dd9cd (patch) | |
| tree | 7b8f7734f8f982df82b5c784386232e35a7ced44 /kernel/mp.h | |
| parent | 9a4b35fd5a32490f8f15b48f978e7b1fbfdceb2a (diff) | |
switched to apic/ioapic finally
Diffstat (limited to 'kernel/mp.h')
| -rw-r--r-- | kernel/mp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/mp.h b/kernel/mp.h index fc7f036..e6db125 100644 --- a/kernel/mp.h +++ b/kernel/mp.h @@ -1,2 +1,2 @@ -#include "smp.h" -bool mp_find(smp_processors *procdata); +// MULTIBOOT SPEC parsing +//bool mp_find(smp_processors *procdata); |
