mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
sysprof: remove duplicated patch
Apparently this pactch was duplicated by backported patch, and needed to be applied more broaded than to just ppc. (From OE-Core rev: 182e4768b651e58de5b42f9fb55ae9816b57233b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e8bc57480
commit
576c8d181b
@@ -1,13 +0,0 @@
|
||||
Index: git/collector.c
|
||||
===================================================================
|
||||
--- git.orig/collector.c 2010-12-09 19:42:12.292040001 -0600
|
||||
+++ git/collector.c 2010-12-09 19:42:23.352039997 -0600
|
||||
@@ -175,7 +175,7 @@
|
||||
#define __NR_perf_counter_open 337
|
||||
#elif defined(__hppa__)
|
||||
#define __NR_perf_counter_open 318
|
||||
-#elif defined(__ppc__) || defined(__ppc64__)
|
||||
+#elif defined(__powerpc__) || defined(__powerpc64__)
|
||||
#define __NR_perf_counter_open 319
|
||||
#elif defined(__s390__)
|
||||
#define __NR_perf_counter_open 331
|
||||
Reference in New Issue
Block a user