X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2Fdiv64.c;h=19ea7ed4b948297ae8f03367d3484840ec4456f6;hb=8eb68bf75eb7ea73bce88cb9d42efd3bbcece3cd;hp=4382ad77777ebcb17bc4b25fe606f4371b563a5d;hpb=0a759b2466d19c619257fec36f988f93424cf3ae;p=firefly-linux-kernel-4.4.55.git diff --git a/lib/div64.c b/lib/div64.c index 4382ad77777e..19ea7ed4b948 100644 --- a/lib/div64.c +++ b/lib/div64.c @@ -127,7 +127,7 @@ EXPORT_SYMBOL(div64_u64_rem); * by the book 'Hacker's Delight'. The original source and full proof * 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 u64 div64_u64(u64 dividend, u64 divisor)