forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/riscv/include/asm/ftrace.h
....@@ -1,6 +1,9 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22 /* Copyright (C) 2017 Andes Technology Corporation */
33
4
+#ifndef _ASM_RISCV_FTRACE_H
5
+#define _ASM_RISCV_FTRACE_H
6
+
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.
....@@ -81,3 +84,5 @@
8184 #endif
8285
8386 #endif
87
+
88
+#endif /* _ASM_RISCV_FTRACE_H */