Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Remove useless config comment in asm/percpu.h

commit 0db880fc865f ("powerpc: Avoid nmi_enter/nmi_exit in real mode
interrupt.") has a config comment typo, and the #if/#else/#endif section
is small and doesn't nest additional #ifdefs so the comment is useless
and should be removed completely.

Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240807025604.2817577-1-ruanjinjie@huawei.com

authored by

Jinjie Ruan and committed by
Michael Ellerman
fa740ca8 c4afe3eb

+1 -1
+1 -1
arch/powerpc/include/asm/percpu.h
··· 23 23 (static_key_enabled(&__percpu_first_chunk_is_paged.key)) 24 24 #else 25 25 #define percpu_first_chunk_is_paged false 26 - #endif /* CONFIG_PPC64 && CONFIG_SMP */ 26 + #endif 27 27 28 28 #include <asm-generic/percpu.h> 29 29