commit | 60d62bfd24efce1a595d259100b8a4e7a489e834 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Mon Aug 17 05:46:45 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 15 22:13:35 2020 +1000 |
tree | 405946d2c253a40f9e0be3380644cd2692cecbcb | |
parent | 8f020c7ca300fd60374f0347814c92ea513c24da [diff] |
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 <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/3612a8f8aaca16de3fc414a7e66293319d6e213c.1597643147.git.christophe.leroy@csgroup.eu