From: Lai Jiangshan Date: Tue, 15 Dec 2009 07:39:38 +0000 (+0800) Subject: tracing: Fix sign fields in ftrace_define_fields_##call() X-Git-Tag: v2.6.33-rc3~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7ae981cb9fe8665b9da97e8734745e030c151d;p=pandora-kernel.git tracing: Fix sign fields in ftrace_define_fields_##call() Add is_signed_type() call to trace_define_field() in ftrace macros. The code previously just passed in 0 (false), disregarding whether or not the field was actually a signed type. Signed-off-by: Lai Jiangshan LKML-Reference: <4B273D3A.6020007@cn.fujitsu.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed