commit | 8f0f996e80b980fba07d11961d96a5fefb60976a | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon May 12 21:20:56 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 21:16:22 2008 +0200 |
tree | e3dadf2ff9d8d6e3253b072e947204706e4475c0 | |
parent | a56be3fe2f65f9f776e727bfd382e35db75911d6 [diff] |
ftrace: dont write protect kernel text Dynamic ftrace cant work when the kernel has its text write protected. This patch keeps the kernel from being write protected when dynamic ftrace is in place. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>