···11/* SPDX-License-Identifier: GPL-2.0 */22/* Copyright (C) 2017 Andes Technology Corporation */3344+#ifndef _ASM_RISCV_FTRACE_H55+#define _ASM_RISCV_FTRACE_H66+47/*58 * The graph frame test is not possible if CONFIG_FRAME_POINTER is not enabled.69 * Check arch/riscv/kernel/mcount.S for detail.···6764 */6865#define MCOUNT_INSN_SIZE 86966#endif6767+6868+#endif /* _ASM_RISCV_FTRACE_H */