From: Li Zefan Date: Fri, 27 Mar 2009 06:55:44 +0000 (+0800) Subject: tracing: use macros to denote usec and nsec per second X-Git-Tag: v2.6.31-rc1~401^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dec5573f3c7e63f2f9b5852b9759ea342a5ff9;p=pandora-kernel.git tracing: use macros to denote usec and nsec per second Impact: cleanup Use USEC_PER_SEC and NSEC_PER_SEC instead of 1000000 and 1000000000. Signed-off-by: Li Zefan LKML-Reference: <49CC7870.9000309@cn.fujitsu.com> Acked-by: Frederic Weisbecker Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed