perf bench, x86: Add alternatives-asm.h wrapper
commitb313207286a78abac19f1dd2721292eae598b0f5
authorIngo Molnar <mingo@elte.hu>
Wed, 18 May 2011 19:00:44 +0000 (18 21:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 18 May 2011 19:00:44 +0000 (18 21:00 +0200)
treee020c0511e51bcfeeee449a6bb828a2efabfd7cb
parent01ed58abec07633791f03684b937a7e22e00c9bb
perf bench, x86: Add alternatives-asm.h wrapper

perf bench needs this to build the kernel's memcpy routine:

In file included from bench/mem-memcpy-x86-64-asm.S:2:0:
bench/../../../arch/x86/lib/memcpy_64.S:7:33: fatal error: asm/alternative-asm.h: No such file or directory

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-c5d41xibgullk8h2280q4gv0@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/include/asm/alternative-asm.h [new file with mode: 0644]