xref: /linux/arch/loongarch/include/asm/fprobe.h (revision f96a974170b749e3a56844e25b31d46a7233b6f6)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_LOONGARCH_FPROBE_H
3 #define _ASM_LOONGARCH_FPROBE_H
4 
5 /*
6  * Explicitly undef ARCH_DEFINE_ENCODE_FPROBE_HEADER, because loongarch does not
7  * have enough number of fixed MSBs of the address of kernel objects for
8  * encoding the size of data in fprobe_header. Use 2-entries encoding instead.
9  */
10 #undef ARCH_DEFINE_ENCODE_FPROBE_HEADER
11 
12 #endif /* _ASM_LOONGARCH_FPROBE_H */
13