original_kernel/tools/perf/util/include/linux
Frederic Weisbecker 802da5f228 perf tools: Drop asm/types.h wrapper
Wrapping the kernel headers is dangerous when it comes to arch
headers. Once we wrap asm/types.h, it will also replace the
glibc asm/types.h, not only the kernel one.

This results in build errors on some machines.

Drop this wrapper and do its work from linux/types.h wrapper,
also the glibc asm/types.h can already handle most of the type
definition it was doing (typedef __u64, __u32, etc...).

Todo: Check the others asm/*.h wrappers to prevent from other
conflicts.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Anton Blanchard <anton@samba.org>
LKML-Reference: <1256246604-17156-3-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-10-23 07:55:19 +02:00
..
bitmap.h perf tools: Use kernel bitmap library 2009-10-19 09:26:34 +02:00
bitops.h perf tools: Use kernel bitmap library 2009-10-19 09:26:34 +02:00
compiler.h perf tools: Use kernel bitmap library 2009-10-19 09:26:34 +02:00
ctype.h perf tools: Use kernel bitmap library 2009-10-19 09:26:34 +02:00
kernel.h perf tools: Use kernel bitmap library 2009-10-19 09:26:34 +02:00
list.h
module.h
poison.h
prefetch.h
rbtree.h
string.h perf tools: Add missing tools/perf/util/include/string.h 2009-10-20 02:59:34 +02:00
types.h perf tools: Drop asm/types.h wrapper 2009-10-23 07:55:19 +02:00