aboutsummaryrefslogtreecommitdiffstats
path: root/lib/div64.c
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2012-06-08 22:22:47 -0400
committerJiri Kosina <jkosina@suse.cz>2012-06-28 05:51:39 -0400
commit422aa274203469771460411ffb2f70c241770b80 (patch)
treeacc099421dea4e9371958073f5e0649eb2efd0e5 /lib/div64.c
parent8b7d133cc2dc5295bd720acaccf616584604369d (diff)
lib: correct link to the original source for div64_u64
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/div64.c')
-rw-r--r--lib/div64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/div64.c b/lib/div64.c
index 3ea24907d52..a163b6caef7 100644
--- a/lib/div64.c
+++ b/lib/div64.c
@@ -87,7 +87,7 @@ EXPORT_SYMBOL(div_s64_rem);
87 * by the book 'Hacker's Delight'. The original source and full proof 87 * by the book 'Hacker's Delight'. The original source and full proof
88 * can be found here and is available for use without restriction. 88 * can be found here and is available for use without restriction.
89 * 89 *
90 * 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c' 90 * 'http://www.hackersdelight.org/HDcode/newCode/divDouble.c.txt'
91 */ 91 */
92#ifndef div64_u64 92#ifndef div64_u64
93u64 div64_u64(u64 dividend, u64 divisor) 93u64 div64_u64(u64 dividend, u64 divisor)