git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86665c7
)
tracing: use macros to denote usec and nsec per second
author
Li Zefan
<lizf@cn.fujitsu.com>
Fri, 27 Mar 2009 06:55:44 +0000
(14:55 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 7 Apr 2009 12:43:06 +0000
(14:43 +0200)
Impact: cleanup
Use USEC_PER_SEC and NSEC_PER_SEC instead of 1000000 and
1000000000
.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <
49CC7870
.9000309@cn.fujitsu.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found