]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Remove PPC32 wart from config TRACING_SUPPORT
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 May 2018 11:29:48 +0000 (21:29 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 May 2018 13:08:29 +0000 (23:08 +1000)
commit31c1cfb9cd3fcee1f056e906c78edb51224dd1fb
treeb718a43e5a6dcb75d5c2e94985710b9b64be1afa
parentf3c6d6dd2a05b9c8a61aaea63bc117deeea96f14
tracing: Remove PPC32 wart from config TRACING_SUPPORT

config TRACING_SUPPORT has an exception for PPC32, because PPC32
didn't have irqflags tracing support.

But that hasn't been true since commit cc1b73a876d8 ("powerpc: Add
irqtrace support for 32-bit powerpc") (Jun 2009).

So remove the exception for PPC32 and the comment.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
kernel/trace/Kconfig