Skip to content

Commit

Permalink
wireguard: selftests: enable ACPI for SMP
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zx2c4 authored and kuba-moo committed Apr 22, 2022
1 parent b253a06 commit 00f3d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/wireguard/qemu/arch/i686.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_ACPI=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_CMDLINE_BOOL=y
Expand Down
1 change: 1 addition & 0 deletions tools/testing/selftests/wireguard/qemu/arch/x86_64.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_ACPI=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_CMDLINE_BOOL=y
Expand Down

0 comments on commit 00f3d2e

Please sign in to comment.