Re: [PATCH] Add PPC_FEATURE_PMU_COMPAT

2008-07-07 Thread Maynard Johnson
Nathan Lynch wrote: > Kumar Gala wrote: > >> On Jul 3, 2008, at 6:20 PM, Nathan Lynch wrote: >> >> >>> Beginning with Power6, there is a set of 32 PMU events which is >>> compatible across POWER processor lines. PPC_FEATURE_PMU_COMPAT >>> indicates support for this subset. >>> >>> Signed-o

Re: [PATCH] Add PPC_FEATURE_PMU_COMPAT

2008-07-07 Thread Nathan Lynch
Kumar Gala wrote: > > On Jul 3, 2008, at 6:20 PM, Nathan Lynch wrote: > >> Beginning with Power6, there is a set of 32 PMU events which is >> compatible across POWER processor lines. PPC_FEATURE_PMU_COMPAT >> indicates support for this subset. >> >> Signed-off-by: Nathan Lynch <[EMAIL PROTECTED]>

Re: [PATCH] Add PPC_FEATURE_PMU_COMPAT

2008-07-07 Thread Nathan Lynch
Olof Johansson wrote: > On Jul 3, 2008, at 6:20 PM, Nathan Lynch wrote: > >> Beginning with Power6, there is a set of 32 PMU events which is >> compatible across POWER processor lines. PPC_FEATURE_PMU_COMPAT >> indicates support for this subset. > > The PMU isn't, as far as I know, part of the arc

Re: [PATCH] Add PPC_FEATURE_PMU_COMPAT

2008-07-04 Thread Olof Johansson
On Jul 3, 2008, at 6:20 PM, Nathan Lynch wrote: Beginning with Power6, there is a set of 32 PMU events which is compatible across POWER processor lines. PPC_FEATURE_PMU_COMPAT indicates support for this subset. The PMU isn't, as far as I know, part of the architecture, it's up to each imple

Re: [PATCH] Add PPC_FEATURE_PMU_COMPAT

2008-07-04 Thread Kumar Gala
On Jul 3, 2008, at 6:20 PM, Nathan Lynch wrote: Beginning with Power6, there is a set of 32 PMU events which is compatible across POWER processor lines. PPC_FEATURE_PMU_COMPAT indicates support for this subset. Signed-off-by: Nathan Lynch <[EMAIL PROTECTED]> --- arch/powerpc/kernel/cputable.c

[PATCH] Add PPC_FEATURE_PMU_COMPAT

2008-07-03 Thread Nathan Lynch
Beginning with Power6, there is a set of 32 PMU events which is compatible across POWER processor lines. PPC_FEATURE_PMU_COMPAT indicates support for this subset. Signed-off-by: Nathan Lynch <[EMAIL PROTECTED]> --- arch/powerpc/kernel/cputable.c |4 ++-- include/asm-powerpc/cputable.h |1