tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine
authorliubo <liubo2009@cn.fujitsu.com>
Tue, 19 Apr 2011 01:35:28 +0000 (09:35 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 26 May 2011 02:13:44 +0000 (22:13 -0400)
Filesystem, like Btrfs, has some "ULL" macros, and when these macros are passed
to tracepoints'__print_symbolic(), there will be 64->32 truncate WARNINGS during
compiling on 32bit box.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/4DACE6E0.7000507@cn.fujitsu.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found