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:
71efa38
)
[MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Wed, 1 Mar 2006 06:16:26 +0000
(15:16 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 1 Mar 2006 19:22:22 +0000
(19:22 +0000)
The 'tick_usec' is USER_HZ period in usec. do_gettimeofday() should
use kernel HZ value.
Here is a patch for MIPS. It seems m32r, m68k and sparc have same
problem though their HZ and USER_HZ are same for now.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found