Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib: correct link to the original source for div64_u64

The code refers to an invalid url
http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt

The correct url is
http://www.hackersdelight.org/hdcodetxt/divDouble.c.txt

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Heinrich Schuchardt and committed by
Jiri Kosina
28ca84e0 2701e84f

+1 -1
+1 -1
lib/div64.c
··· 127 127 * by the book 'Hacker's Delight'. The original source and full proof 128 128 * can be found here and is available for use without restriction. 129 129 * 130 - * 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt' 130 + * 'http://www.hackersdelight.org/hdcodetxt/divDouble.c.txt' 131 131 */ 132 132 #ifndef div64_u64 133 133 u64 div64_u64(u64 dividend, u64 divisor)