From 064c300b08c2f61594140c987fb26590e6d5a960 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Tue, 29 Aug 2023 13:22:12 +1000 Subject: [PATCH] powerpc/ci: Enable DEBUG_ATOMIC_SLEEP for pmac32 Hack/work-around for CI. Turning this on prevents "Interrupt were enabled early" warnings which are triggered after vmap_irqstack_init() since cfeb6ae8bcb9 ("maple_tree: disable mas_wr_append() when other readers are possible"). Signed-off-by: Michael Ellerman --- arch/powerpc/configs/pmac32-qemu.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/configs/pmac32-qemu.config b/arch/powerpc/configs/pmac32-qemu.config index de4d633034a6..81d3a24b2169 100644 --- a/arch/powerpc/configs/pmac32-qemu.config +++ b/arch/powerpc/configs/pmac32-qemu.config @@ -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