Skip to content

Commit

Permalink
powerpc/ci: Enable DEBUG_ATOMIC_SLEEP for pmac32
Browse files Browse the repository at this point in the history
Hack/work-around for CI.

Turning this on prevents "Interrupts were enabled early" warnings which
are triggered after vmap_irqstack_init() since cfeb6ae
("maple_tree: disable mas_wr_append() when other readers are possible").

Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
mpe committed Aug 29, 2023
1 parent c3760bc commit 54ab446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/configs/pmac32-qemu.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEBUG_ATOMIC_SLEEP=y

0 comments on commit 54ab446

Please sign in to comment.