alternative-asm.h 257 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _TOOLS_ASM_ALTERNATIVE_ASM_H
  3. #define _TOOLS_ASM_ALTERNATIVE_ASM_H
  4. /* Just disable it so we can build arch/x86/lib/memcpy_64.S for perf bench: */
  5. #define altinstruction_entry #
  6. #define ALTERNATIVE_2 #
  7. #endif