|
@@ -36,6 +36,7 @@ extern void ftrace_stub(unsigned long a0, unsigned long a1);
|
|
|
# define register_ftrace_function(ops) do { } while (0)
|
|
|
# define unregister_ftrace_function(ops) do { } while (0)
|
|
|
# define clear_ftrace_function(ops) do { } while (0)
|
|
|
+static inline void ftrace_kill_atomic(void) { }
|
|
|
#endif /* CONFIG_FTRACE */
|
|
|
|
|
|
#ifdef CONFIG_DYNAMIC_FTRACE
|