From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40gMsk5VQ8zF157 for ; Wed, 9 May 2018 00:52:42 +1000 (AEST) In-Reply-To: <20180502112948.1747-1-mpe@ellerman.id.au> To: Michael Ellerman , rostedt@goodmis.org, mingo@redhat.com From: Michael Ellerman Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: tracing: Remove PPC32 wart from config TRACING_SUPPORT Message-Id: <40gMsj6lvLz9s0W@ozlabs.org> Date: Wed, 9 May 2018 00:52:40 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-05-02 at 11:29:48 UTC, Michael Ellerman wrote: > 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 > Acked-by: Steven Rostedt (VMware) Applied to powerpc next. https://git.kernel.org/powerpc/c/0ea5ee035133aeb549883ddc604a65 cheers