From: Steven Rostedt Date: Wed, 16 Sep 2009 03:51:31 +0000 (-0400) Subject: tracing: remove notrace from __kprobes annotation X-Git-Tag: v2.6.32-rc1~654^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe832a3a48737b24f95fab202b1c67fb588b071d;p=pandora-kernel.git tracing: remove notrace from __kprobes annotation When ftrace had issues with NMIs, it was needed to annotate all the areas that kprobes had issues with notrace. Now that ftrace is NMI safe, the functions that limit ftrace from tracing are just a small few. Kprobes is too big of a set for ftrace not to trace. Remove the coupling. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed