From: Jaswinder Singh Rajput Date: Fri, 12 Jun 2009 06:34:54 +0000 (+0530) Subject: powerpc, perf_counter: Fix performance counter event types X-Git-Tag: v2.6.31-rc1~359^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c921126fe553440261f56691c5f60fbaaa486d6;p=pandora-kernel.git powerpc, perf_counter: Fix performance counter event types Sachin Sant reported these compiler errors: CC arch/powerpc/kernel/power7-pmu.o arch/powerpc/kernel/power7-pmu.c:297: error: PERF_COUNT_CPU_CYCLES undeclared here (not in a function) Which happened because a last-minute rename of symbols crossed with the Power7 support patch. Fix this by using the new symbol names. Reported-by: Sachin Sant Signed-off-by: Jaswinder Singh Rajput Cc: Paul Mackerras Cc: linuxppc-dev@ozlabs.org LKML-Reference: <1244788494.5554.1.camel@ht.satnam> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed