From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933210AbcCKAbH (ORCPT ); Thu, 10 Mar 2016 19:31:07 -0500 Received: from ozlabs.org ([103.22.144.67]:52587 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932975AbcCKAan (ORCPT ); Thu, 10 Mar 2016 19:30:43 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: d4969e2459c6e852a6862256cf8e869aaa3e8adf 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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