Re: [PATCH] powerpc: Move arch_trigger_cpumask_backtrace from nmi.h to irq.h
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2023-06-22 17:14:26
Also in:
lkml
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2023-06-22 17:14:26
Also in:
lkml
On Thu, 22 Jun 2023 10:40:11 +0200 Petr Mladek [off-list ref] wrote:
On Wed 2023-06-21 16:48:19, Douglas Anderson wrote:quoted
The powerpc architecture was the only one that defined arch_trigger_cpumask_backtrace() in asm/nmi.h instead of asm/irq.h. Move it to be consistent. This fixes compile time errors introduced by commit 7ca8fe94aa92 ("watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCH"). That commitWill this commit end up in the mainline wihtout rebasing? We could use only final commit hashes in the commit messages.
7ca8fe94aa92 is now in the mm-stable branch, which is is non-rebasing, so this hash should be good. Patches get moved from the rebasing mm-unstable to the non-rebasing mm-stable when they're considered to be stabilized. Ditto mm-hotfixes-unstable/mm-hotfixes-stable and mm-nonmm-unstable/mm-nonmm-stable.