]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: Fix timekeeping
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 12 Oct 2005 01:39:33 +0000 (11:39 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 12 Oct 2005 15:24:47 +0000 (08:24 -0700)
commitc9804720a14d660d5d42a18e38a71002ea756d6f
treec3bf062e9473261cbd4774996c96cfc0f3759239
parentb863c1a2cf1ffbced8169e2ce4eef7e22108d8cc
[PATCH] ppc32: Fix timekeeping

Interestingly enough, ppc32 had broken timekeeping for ages...  It
worked, but probably drifted a bit more than could be explained by the
actual bad precision of the timebase calibration.  We discovered that
recently when somebody figured out that the common code was using
CLOCK_TICK_RATE to correct the timekeeing, and ppc32 had a completely
bogus value for it.

This patch turns it into something saner.  Probably not as good as doing
something based on the actual timebase frequency precision but I'll
leave that sort of math to others.  This at least makes it better for
the common HZ values.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-powerpc/timex.h