tracing/function-return-tracer: store return stack into task_struct and allocate...
[safe/jmp/linux-2.6] / arch / x86 / include / asm / ftrace.h
index 2bb43b4..754a3e0 100644 (file)
@@ -29,7 +29,6 @@ struct dyn_arch_ftrace {
 #endif /* CONFIG_FUNCTION_TRACER */
 
 #ifdef CONFIG_FUNCTION_RET_TRACER
-#define FTRACE_RET_STACK_SIZE 20
 
 #ifndef __ASSEMBLY__