Release 4.14 tools/include/asm/alternative-asm.h
/* SPDX-License-Identifier: GPL-2.0 */
#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
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ingo Molnar | 11 | 61.11% | 1 | 25.00% |
Borislav Petkov | 4 | 22.22% | 1 | 25.00% |
Arnaldo Carvalho de Melo | 2 | 11.11% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 5.56% | 1 | 25.00% |
Total | 18 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.