Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28ca84e0 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Jiri Kosina
Browse files

lib: correct link to the original source for div64_u64

parent 2701e84f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -127,7 +127,7 @@ EXPORT_SYMBOL(div64_u64_rem);
 * by the book 'Hacker's Delight'.  The original source and full proof
 * by the book 'Hacker's Delight'.  The original source and full proof
 * can be found here and is available for use without restriction.
 * can be found here and is available for use without restriction.
 *
 *
 * 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt'
 * 'http://www.hackersdelight.org/hdcodetxt/divDouble.c.txt'
 */
 */
#ifndef div64_u64
#ifndef div64_u64
u64 div64_u64(u64 dividend, u64 divisor)
u64 div64_u64(u64 dividend, u64 divisor)