summaryrefslogtreecommitdiff
path: root/kernel/smp.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-10 00:54:35 +0200
committerMiguel <m.i@gmx.at>2018-09-10 00:54:35 +0200
commit88c5873713a4eda47d299abd9cecaa49221ec9fe (patch)
tree0eeb21f69824ddbef5e3076704fc099d65848244 /kernel/smp.c
parent074490c63dd09fc941b1162f62af1985ee9576d3 (diff)
physical memory manager review et al.
Diffstat (limited to 'kernel/smp.c')
-rw-r--r--kernel/smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/smp.c b/kernel/smp.c
index 9434a47..aa1a878 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -183,8 +183,8 @@ void kernel_ap()
// this will start all our application processors!
void smp_start_aps(acpi_information *pros)
{
- fixme("how to support IPI addressing more than 16cpus?");
- // TODO: check if local APIC is present via CPUID (P6 (i686) and above)
+ fixme("how to support IPI addressing more than 16cpus?");
+ fixme("check via cpuid if apic exist?");
local_apic_addr=pros->local_apic_address;
io_apic_addr=pros->io_apic_address;