Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/loongarch/include/asm/fprobe.h
26488 views
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
14