Skip to content

Commit 878409e

Browse files
committed
Merge tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fix from Michael Ellerman: "Fix STACKTRACE=n build, in particular for skiroot_defconfig" * tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc: Fix STACKTRACE=n build
2 parents 6c7cb60 + 48015b6 commit 878409e

File tree

1 file changed

+1
-1
lines changed
  • arch/powerpc/include/asm

1 file changed

+1
-1
lines changed

arch/powerpc/include/asm/nmi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ long soft_nmi_interrupt(struct pt_regs *regs);
99
static inline void arch_touch_nmi_watchdog(void) {}
1010
#endif
1111

12-
#if defined(CONFIG_NMI_IPI) && defined(CONFIG_STACKTRACE)
12+
#ifdef CONFIG_NMI_IPI
1313
extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask,
1414
bool exclude_self);
1515
#define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace

0 commit comments

Comments
 (0)