Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _TOOLS_ASM_ALTERNATIVE_ASM_H
0003 #define _TOOLS_ASM_ALTERNATIVE_ASM_H
0004 
0005 /* Just disable it so we can build arch/x86/lib/memcpy_64.S for perf bench: */
0006 
0007 #define altinstruction_entry #
0008 #define ALTERNATIVE_2 #
0009 
0010 #endif