ftrace: fix __trace_special()

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar
2008-05-12 21:20:52 +02:00
committed by Thomas Gleixner
parent 017730c112
commit 1a3c303433
2 changed files with 12 additions and 12 deletions

View File

@ -670,8 +670,6 @@ ftrace(struct trace_array *tr, struct trace_array_cpu *data,
trace_function(tr, data, ip, parent_ip, flags);
}
#ifdef CONFIG_CONTEXT_SWITCH_TRACER
void
__trace_special(void *__tr, void *__data,
unsigned long arg1, unsigned long arg2, unsigned long arg3)
@ -693,8 +691,6 @@ __trace_special(void *__tr, void *__data,
trace_wake_up();
}
#endif
void __trace_stack(struct trace_array *tr,
struct trace_array_cpu *data,
unsigned long flags,