commit | 800d11420dfdad3a50630ff424d7782660ad558c | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Wed Mar 01 15:16:26 2006 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 01 19:22:22 2006 +0000 |
tree | f13cd691d6f36eb4fbe50f97b9a5ea2156ccfa6c | |
parent | 71efa38c0eef581c69c221ceb8645f61d1e93270 [diff] |
[MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday. 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>