On Fri, Jan 08, 2016 at 02:32:30PM +0530, Anju T wrote:
SNIP
quoted hunk ↗ jump to hunk
+#endif /* ARCH_PERF_REGS_H */
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 38a0853..acf0302 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -23,6 +23,11 @@ $(call detected_var,ARCH)
NO_PERF_REGS := 1
+# Additional ARCH settings for ppc64
+ifeq ($(ARCH),powerpc)
+ NO_PERF_REGS := 0
+endif
please use space for indent in makefiles.. the line might get
switched for rule one day and it's hard to find ;-)
thanks,
jirka