Thread (6 messages) 6 messages, 2 authors, 2016-01-08

Re: [PATCH V8 3/4] tools/perf: Map the ID values with register names

From: Jiri Olsa <hidden>
Date: 2016-01-08 09:28:25
Also in: lkml

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help