]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: Fix typo in time calculations
authorPaul Mackerras <paulus@samba.org>
Fri, 21 Oct 2005 12:39:36 +0000 (22:39 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 21 Oct 2005 19:17:43 +0000 (12:17 -0700)
commita1c7e111934b6375baf07a970d6c890d18d7e34f
tree8a6c05fbf5917b82866059bf8d2ff5db0103f5bd
parent024358eeafd44ecffd0e7a1002ef3ccc1d0acd4d
[PATCH] ppc64: Fix typo in time calculations

This fixes a typo in the div128_by_32 function used in the timekeeping
calculations on ppc64.  If you look at the code it's quite obvious
that we need (rb + c) rather than (rb + b).  The "b" is clearly just a
typo.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/time.c