1 #ifndef _ASM_X86_LINKAGE_H
2 #define _ASM_X86_LINKAGE_H
4 #include <linux/stringify.h>
7 #define notrace __attribute__((no_instrument_function))
10 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0)))
11 #endif /* CONFIG_X86_32 */
15 #define GLOBAL(name) \
19 #if defined(CONFIG_X86_64) || defined(CONFIG_X86_ALIGNMENT_16)
20 #define __ALIGN .p2align 4, 0x90
21 #define __ALIGN_STR __stringify(__ALIGN)
24 #endif /* __ASSEMBLY__ */
26 #endif /* _ASM_X86_LINKAGE_H */