Re: [PATCH] powerpc, perf: Change PMU flag values representation from decimal to hex

2012-11-18 Thread Anshuman Khandual
On 11/16/2012 05:12 PM, Paul Mackerras wrote: > On Fri, Nov 16, 2012 at 02:29:04PM +0530, Anshuman Khandual wrote: >> Signed-off-by: Anshuman Khandual > > That's not a sufficient description of why you are making this > change. In particular, what is the motivation for and impact of using > LONG

Re: [PATCH] powerpc, perf: Change PMU flag values representation from decimal to hex

2012-11-16 Thread Paul Mackerras
On Fri, Nov 16, 2012 at 02:29:04PM +0530, Anshuman Khandual wrote: > Signed-off-by: Anshuman Khandual That's not a sufficient description of why you are making this change. In particular, what is the motivation for and impact of using LONG_ASM_CONST? Paul. -- To unsubscribe from this list: send

[PATCH] powerpc, perf: Change PMU flag values representation from decimal to hex

2012-11-16 Thread Anshuman Khandual
Signed-off-by: Anshuman Khandual --- arch/powerpc/include/asm/perf_event_server.h | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/include/asm/perf_event_server.h b/arch/powerpc/include/asm/perf_event_server.h index 9710be3..e3f10bb 100644 -