https://github.com/torvalds/linux
Revision a1c7e111934b6375baf07a970d6c890d18d7e34f authored by Paul Mackerras on 21 October 2005, 12:39:36 UTC, committed by Linus Torvalds on 21 October 2005, 19:17:43 UTC
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>
1 parent 024358e
History
Tip revision: a1c7e111934b6375baf07a970d6c890d18d7e34f authored by Paul Mackerras on 21 October 2005, 12:39:36 UTC
[PATCH] ppc64: Fix typo in time calculations
Tip revision: a1c7e11
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.6 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top