On Mon, Dec 17, 2012 at 08:26:19AM +0100, Manuel Lauss wrote: > Commit 4be3d2f3966b9f010bb997dcab25e7af489a841e ("MIPS: perf: Add > XLP support for hardware perf.") added UNSUPPORTED_PERF_EVENT_ID > which was removed a while back. > > Cc: Zi Shen Lim <zlim@xxxxxxxxxxxxxxxxx> > Cc: Jayachandran C <jchandra@xxxxxxxxxxxx> > Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx> > --- > v2: one escaped me and I left the array in a bad state. Now fixed and compile tested! > > Against Linus' latest -git. That's also where the commit-id is from. > > arch/mips/kernel/perf_event_mipsxx.c | 38 ------------------------------------ > 1 file changed, 38 deletions(-) > Acked-by: Jayachandran C <jchandra@xxxxxxxxxxxx> Thanks for fixing this up, I did not notice the perf change [c5600b] which went into 3.7 when submitting the patch. Sorry for the breakage. JC.