]> git.baikalelectronics.ru Git - kernel.git/commit
perf bench mem: Ignore export.h related changes to mem{cpy,set}.S
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Oct 2016 19:39:21 +0000 (16:39 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 28 Oct 2016 13:29:43 +0000 (11:29 -0200)
commit4c7b538b5f0b69f213b08afe627ade31e7ace7dd
tree6784562b9b001c8e314abf6c2d0c4c42b2da4e6c
parent19f4bedc45c6b7ad548725644b0554d5d9ed6451
perf bench mem: Ignore export.h related changes to mem{cpy,set}.S

Ignore export.h and EXPORT_SYMBOL in:

  0d66b659ee21 ("x86: move exports to actual definitions")

We're not dragging this stuff, not useful in tools/

This silences the following warnings while building perf:

  Warning: tools/arch/x86/lib/memcpy_64.S differs from kernel
  Warning: tools/arch/x86/lib/memset_64.S differs from kernel

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-h9vw3pe0fq79zmyqsfr0s0mo@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf