]> git.pld-linux.org Git - packages/kernel-tools.git/commitdiff
- one more fix in perf-update patch (sync arch-tests.c condition with Build, where... auto/th/kernel-tools-4.19.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Dec 2018 04:49:54 +0000 (05:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Dec 2018 04:49:54 +0000 (05:49 +0100)
kernel-tools-perf-update.patch

index 76d445372da6294e2c6a3e33a5b3cbd167a4d721..77c2ca6c5314e7139fe3eb55b01eaece65d7daea 100644 (file)
@@ -8,3 +8,14 @@
  /* HAVE_ARCH_X86_64_SUPPORT is used in'arch/x86/util/unwind-libunwind.c'
   * for x86_32, we undef it to compile code for x86_32 only.
   */
+--- linux-4.19/tools/perf/arch/x86/tests/arch-tests.c.orig     2018-10-22 08:37:37.000000000 +0200
++++ linux-4.19/tools/perf/arch/x86/tests/arch-tests.c  2018-12-19 21:33:34.463629513 +0100
+@@ -24,7 +24,7 @@
+               .func = test__insn_x86,
+       },
+ #endif
+-#if defined(__x86_64__)
++#if defined(__x86_64__) && !defined(__ILP32__)
+       {
+               .desc = "x86 bp modify",
+               .func = test__bp_modify,
This page took 0.182113 seconds and 4 git commands to generate.