summaryrefslogtreecommitdiff
path: root/kernel/smp.c
diff options
context:
space:
mode:
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;