forked from luck/tmp_suning_uos_patched
7d7d1bf1d1
We can't access kernel files directly from tools/, so copy the required bits, and make sure that we detect when the original files, in the kernel, gets modified. 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-z7e76274ch5j4nugv048qacb@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
10 lines
218 B
C
10 lines
218 B
C
#ifndef _TOOLS_ASM_ALTERNATIVE_ASM_H
|
|
#define _TOOLS_ASM_ALTERNATIVE_ASM_H
|
|
|
|
/* Just disable it so we can build arch/x86/lib/memcpy_64.S for perf bench: */
|
|
|
|
#define altinstruction_entry #
|
|
#define ALTERNATIVE_2 #
|
|
|
|
#endif
|