commit | 2fc1b6f0d0a719e1e2a30bf076a3a799feaf6af2 | [log] [tgz] |
---|---|---|
author | liubo <liubo2009@cn.fujitsu.com> | Tue Apr 19 09:35:28 2011 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 25 22:13:44 2011 -0400 |
tree | 3101c47095ef438b6657b7e0dbb57b2f7188666f | |
parent | 3b6cfdb1714a33ae4d2ca9fbc818a42cf7adee69 [diff] |
tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine 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>