commit | 8f96da02c14d722ad9a3713cd7273ce28c9036ad | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon May 12 21:20:54 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 21:12:48 2008 +0200 |
tree | ec90d905b59b191c2bc8b4e9e9d579c3f2589293 | |
parent | 694379e9ed4f2f6babe111bf001c69e2e263338b [diff] |
ftrace: remove wakeup from function trace trace_function is called by mcount and calling wake_up from that can have unpredictable results. This patch removes the wakeup from trace_function. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>