Re: [PATCH v1] powerpc/process: Tag an #endif to help locate the matching #ifdef.

2020-09-17 Thread Michael Ellerman
On Mon, 17 Aug 2020 05:46:45 + (UTC), Christophe Leroy wrote: > 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. Applied to powerpc/next. [1/1]

[PATCH v1] powerpc/process: Tag an #endif to help locate the matching #ifdef.

2020-08-16 Thread Christophe Leroy
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 --- arch/powerpc/kernel/process.c | 2 +- 1 file changed, 1 insertion(+),