Skip to content

Commit d6058e1

Browse files
authored
Merge pull request #2171 from Gelbpunkt/acpi-smp-x86
fix: Enable ACPI for SMP on x86_64
2 parents b7cb4d3 + 57e1bf8 commit d6058e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pci = ["virtio?/pci"]
5454
rtl8139 = ["net", "pci", "volatile/derive", "endian-num"]
5555
semihosting = ["dep:semihosting"]
5656
shell = ["simple-shell"]
57-
smp = []
57+
smp = ["acpi"] # on x86_64, SMP only works together with ACPI
5858
strace = []
5959
tcp = ["net", "smoltcp", "smoltcp/socket-tcp"]
6060
trace = ["smoltcp?/log", "smoltcp?/verbose"]

0 commit comments

Comments
 (0)