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)
commite0c4758278e2452ad28149f620b81ce43b2df7b6
tree6784562b9b001c8e314abf6c2d0c4c42b2da4e6c
parent67bdc35fb48c97502dd4b9eeac561e4bcc18684b
perf bench mem: Ignore export.h related changes to mem{cpy,set}.S

Ignore export.h and EXPORT_SYMBOL in:

  784d5699eddc ("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