From: Christophe Leroy Date: Mon, 17 Aug 2020 05:46:45 +0000 (+0000) Subject: powerpc/process: Tag an #endif to help locate the matching #ifdef. X-Git-Tag: v5.15~2571^2~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60d62bfd24efce1a595d259100b8a4e7a489e834;p=platform%2Fkernel%2Flinux-starfive.git powerpc/process: Tag an #endif to help locate the matching #ifdef. That #endif is more than 100 lines after the matching #ifdef, and there are several #ifdef/#else/#endif inbetween. Tag it as /* CONFIG_PPC_BOOK3S_64 */ to help locate the matching #ifdef. Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/3612a8f8aaca16de3fc414a7e66293319d6e213c.1597643147.git.christophe.leroy@csgroup.eu --- diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index 743afa3..3bc671d 100644 --- a/arch/powerpc/kernel/process.c +++ b/arch/powerpc/kernel/process.c @@ -581,7 +581,7 @@ void notrace restore_math(struct pt_regs *regs) regs->msr |= new_msr | fpexc_mode; } } -#endif +#endif /* CONFIG_PPC_BOOK3S_64 */ static void save_all(struct task_struct *tsk) {