From: Steven Rostedt Date: Wed, 26 Aug 2009 04:32:37 +0000 (-0400) Subject: tracing: add comments to explain TRACE_EVENT out of protection X-Git-Tag: v2.6.32-rc1~718^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb2e3ee2aeec5b83ecadba929a2dc575dd4008f;p=pandora-kernel.git tracing: add comments to explain TRACE_EVENT out of protection The commit: commit 5ac35daa9343936038a3c9c4f4d6d3fe6a2a7bd8 Author: Xiao Guangrong tracing/events: fix the include file dependencies Moved the TRACE_EVENT out of the ifdef protection of tracepoints.h but uses the define of TRACE_EVENT itself as protection. This patch adds comments to explain why. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed