Skip to content

Commit 00f3d2e

Browse files
zx2c4kuba-moo
authored andcommitted
wireguard: selftests: enable ACPI for SMP
It turns out that by having CONFIG_ACPI=n, we've been failing to boot additional CPUs, and so these systems were functionally UP. The code bloat is unfortunate for build times, but I don't see an alternative. So this commit sets CONFIG_ACPI=y for x86_64 and i686 configs. Signed-off-by: Jason A. Donenfeld <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b253a06 commit 00f3d2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/testing/selftests/wireguard/qemu/arch/i686.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ACPI=y
12
CONFIG_SERIAL_8250=y
23
CONFIG_SERIAL_8250_CONSOLE=y
34
CONFIG_CMDLINE_BOOL=y

tools/testing/selftests/wireguard/qemu/arch/x86_64.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ACPI=y
12
CONFIG_SERIAL_8250=y
23
CONFIG_SERIAL_8250_CONSOLE=y
34
CONFIG_CMDLINE_BOOL=y

0 commit comments

Comments
 (0)