]> asedeno.scripts.mit.edu Git - linux.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)
commit0ea5ee035133aeb549883ddc604a6507c9493b9e
treeb718a43e5a6dcb75d5c2e94985710b9b64be1afa
parent3bc6cf5a86e5e506250c03dfcdf971129d7dcf65
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 5d38902c4838 ("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