From: Paul Mackerras Date: Fri, 21 Oct 2005 12:39:36 +0000 (+1000) Subject: [PATCH] ppc64: Fix typo in time calculations X-Git-Tag: v2.6.14~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c7e111934b6375baf07a970d6c890d18d7e34f;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed