From: Mathieu Desnoyers Date: Fri, 6 Mar 2009 15:36:38 +0000 (-0500) Subject: tracing, Text Edit Lock - kprobes architecture independent support X-Git-Tag: v2.6.30-rc1~2^2~55^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4460fdad85becd569f11501ad5b91814814335ff;p=pandora-kernel.git tracing, Text Edit Lock - kprobes architecture independent support Use the mutual exclusion provided by the text edit lock in the kprobes code. It allows coherent manipulation of the kernel code by other subsystems. Changelog: Move the kernel_text_lock/unlock out of the for loops. Use text_mutex directly instead of a function. Remove whitespace modifications. (note : kprobes_mutex is always taken outside of text_mutex) Signed-off-by: Mathieu Desnoyers Acked-by: Ananth N Mavinakayanahalli Acked-by: Masami Hiramatsu LKML-Reference: <49B14306.2080202@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed