From: Frederic Weisbecker Date: Wed, 29 Jul 2009 01:33:51 +0000 (+0200) Subject: tracing/function-graph-tracer: Drop the useless nmi protection X-Git-Tag: v2.6.32-rc1~718^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07868b086cca784f4b532fc2ab574ec3a73b468a;p=pandora-kernel.git tracing/function-graph-tracer: Drop the useless nmi protection The function graph tracer used to have a protection against NMI while entering a function entry tracing. But this is useless now, this tracer is reentrant and the ring buffer supports the NMI tracing. We can then drop this protection. Signed-off-by: Frederic Weisbecker Cc: Steven Rostedt --- Reading git-diff-tree failed