From: liubo Date: Tue, 19 Apr 2011 01:35:28 +0000 (+0800) Subject: tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine X-Git-Tag: v3.0-rc1~25^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc1b6f0d0a719e1e2a30bf076a3a799feaf6af2;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/4DACE6E0.7000507@cn.fujitsu.com Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed