]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/perf/bench/mem-memset-arch.h
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / tools / perf / bench / mem-memset-arch.h
1
2 #ifdef HAVE_ARCH_X86_64_SUPPORT
3
4 #define MEMSET_FN(fn, name, desc) \
5 void *fn(void *, int, size_t);
6
7 #include "mem-memset-x86-64-asm-def.h"
8
9 #undef MEMSET_FN
10
11 #endif
12