commit | 05736a427f7e16be948ccbf39782bd3a6ae16b14 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon Sep 22 14:55:47 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:11 2008 +0200 |
tree | 6efd6991853918242947df308be60b14a6fa5e80 | |
parent | 43a15386c4faf913f7d70a47748c266d6210cd6e [diff] |
ftrace: warn on failure to disable mcount callers With the recent updates to ftrace, there should not be any failures when modifying the code. If there is, then we need to warn about it. This patch has a cleaned up version of the code that I used to discover that the weak symbols were causing failures. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>