From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 8358F1A02EE for ; Fri, 11 Mar 2016 11:30:42 +1100 (AEDT) In-Reply-To: <1452552926-17494-1-git-send-email-sukadev@linux.vnet.ibm.com> To: Sukadev Bhattiprolu , Arnaldo Carvalho de Melo , Jiri Olsa From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [1/2] powerpc/perf: Remove PME_ prefix for power7 events Message-Id: <20160311003042.4C74F140C3B@ozlabs.org> Date: Fri, 11 Mar 2016 11:30:42 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2016-11-01 at 22:55:25 UTC, Sukadev Bhattiprolu wrote: > We used the PME_ prefix earlier to avoid some macro/variable name > collisions. We have since changed the way we define/use the event > macros so we no longer need the prefix. > > By dropping the prefix, we keep the the event macros consistent with > their official names. > > Reported-by: Michael Ellerman > Signed-off-by: Sukadev Bhattiprolu Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d4969e2459c6e852a6862256cf cheers