https://github.com/raspberrypi/linux
Raw File
Tip revision: c9b4367b82af057031953b24c50662205ab6faee authored by James Hughes on 16 November 2017, 15:56:17 UTC
Tidy up of the ft5406 driver to use DT (#2189)
Tip revision: c9b4367
alternative-asm.h
#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
back to top