fprobe.h 422 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_LOONGARCH_FPROBE_H
  3. #define _ASM_LOONGARCH_FPROBE_H
  4. /*
  5. * Explicitly undef ARCH_DEFINE_ENCODE_FPROBE_HEADER, because loongarch does not
  6. * have enough number of fixed MSBs of the address of kernel objects for
  7. * encoding the size of data in fprobe_header. Use 2-entries encoding instead.
  8. */
  9. #undef ARCH_DEFINE_ENCODE_FPROBE_HEADER
  10. #endif /* _ASM_LOONGARCH_FPROBE_H */