From: Atsushi Nemoto Date: Wed, 1 Mar 2006 06:16:26 +0000 (+0900) Subject: [MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday. X-Git-Tag: v2.6.16-rc6~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800d11420dfdad3a50630ff424d7782660ad558c;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed