Re: [PATCH] perf,x86: fix broken PEBS-LL support on SNB-EP/IVB-EP

2013-06-18 Thread Peter Zijlstra
On Fri, Jun 07, 2013 at 11:22:10PM +0200, Stephane Eranian wrote: > > This patch fixes broken support of PEBS-LL on SNB-EP/IVB-EP. > For some reason, the LDLAT extra reg definition for snb_ep > showed up as duplicate in the snb table. > > This patch moves the definition of LDLAT back into the > s

[PATCH] perf,x86: fix broken PEBS-LL support on SNB-EP/IVB-EP

2013-06-07 Thread Stephane Eranian
This patch fixes broken support of PEBS-LL on SNB-EP/IVB-EP. For some reason, the LDLAT extra reg definition for snb_ep showed up as duplicate in the snb table. This patch moves the definition of LDLAT back into the snb_ep table. Thanks to Don Zickus for tracking this one down. Signed-off-by: S