]> www.infradead.org Git - users/willy/xarray.git/commitdiff
powerpc: Remove useless config comment in asm/percpu.h
authorJinjie Ruan <ruanjinjie@huawei.com>
Wed, 7 Aug 2024 02:56:04 +0000 (10:56 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 7 Aug 2024 12:49:19 +0000 (22:49 +1000)
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
arch/powerpc/include/asm/percpu.h

index 634970ce13c6b9884f7d7058b9022b72bb6ce388..ecf5ac70cfae647ebf272ee5bc42e1ed7b9b61e3 100644 (file)
@@ -23,7 +23,7 @@ DECLARE_STATIC_KEY_FALSE(__percpu_first_chunk_is_paged);
                (static_key_enabled(&__percpu_first_chunk_is_paged.key))
 #else
 #define percpu_first_chunk_is_paged    false
-#endif /* CONFIG_PPC64 && CONFIG_SMP */
+#endif
 
 #include <asm-generic/percpu.h>