aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include/asm/alternative-asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/asm/alternative-asm.h')
-rw-r--r--tools/include/asm/alternative-asm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/include/asm/alternative-asm.h b/tools/include/asm/alternative-asm.h
deleted file mode 100644
index b54bd860dff6..000000000000
--- a/tools/include/asm/alternative-asm.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* 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