From: Steven Rostedt Date: Wed, 25 Feb 2009 20:54:30 +0000 (-0500) Subject: tracing: wrap arguments with PARAMS X-Git-Tag: v2.6.30-rc1~2^2~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cdfdf91fcc77cfc82592e2b5c2ab35abe819c41;p=pandora-kernel.git tracing: wrap arguments with PARAMS Peter Zijlstra warned that TPPROTO and TPARGS might become something other than a simple copy of itself. To prevent this from having side effects in the TRACE_FORMAT macro in tracepoint.h, we add a PARAMS() macro to be defined as just a wrapper. Reported-by: Peter Zijlstra Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed