diff options
author | Borislav Petkov <bp@suse.de> | 2014-02-05 09:51:54 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-02-18 07:34:49 -0500 |
commit | 5072f2733afe26c354aa9d277cb1544e4b0b3846 (patch) | |
tree | dff73cbbe3be0b06d07cfdb09ca9ebaded225830 /tools/perf/Makefile.perf | |
parent | 0e55fa1131dcacfc8f18fabecc93643a105bdc14 (diff) |
perf tools: Drop prefetch.h
This was needed at the time before e66eed651fd1 ("list: remove
prefetching from regular list iterators") where the list iterators did
prefetch elements. This turned out to be counter-productive and hurt
performance and they were removed. Which makes the prefetch.h header
unused so drop it.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Robert Richter <rric@kernel.org>
Link: http://lkml.kernel.org/r/1391611914-26054-4-git-send-email-bp@alien8.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 496871ae4590..77b153fa23a5 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -219,7 +219,6 @@ LIB_H += util/include/linux/kernel.h | |||
219 | LIB_H += util/include/linux/list.h | 219 | LIB_H += util/include/linux/list.h |
220 | LIB_H += util/include/linux/export.h | 220 | LIB_H += util/include/linux/export.h |
221 | LIB_H += util/include/linux/poison.h | 221 | LIB_H += util/include/linux/poison.h |
222 | LIB_H += util/include/linux/prefetch.h | ||
223 | LIB_H += util/include/linux/rbtree.h | 222 | LIB_H += util/include/linux/rbtree.h |
224 | LIB_H += util/include/linux/rbtree_augmented.h | 223 | LIB_H += util/include/linux/rbtree_augmented.h |
225 | LIB_H += util/include/linux/string.h | 224 | LIB_H += util/include/linux/string.h |