From 4526acc259cddb55c09f68877fa089c0b4c6f13e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 23 Sep 2025 13:09:32 -0600 Subject: [PATCH] Drop comment about fixed multi_core issues --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 925e84cbbd..9572e89543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,6 @@ sbi-rt = "0.0.3" default = [ "acpi", #"debugger", - #TODO: issues with Alder Lake and newer CPUs: - #This may be because of mismatch between cpu id and apic id "multi_core", "serial_debug", "self_modifying",