projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c2996
)
[MIPS] Export __ucmpdi2 to modules.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 4 Mar 2008 09:03:09 +0000
(09:03 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 12 Mar 2008 14:14:41 +0000
(14:14 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/ucmpdi2.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/lib/ucmpdi2.c
b/arch/mips/lib/ucmpdi2.c
index b33d8569bcb0a0f71ee3838b72f1f92df113f657..bb4cb2f828ea9ae86090a06b859caf299f1a5c29 100644
(file)
--- a/
arch/mips/lib/ucmpdi2.c
+++ b/
arch/mips/lib/ucmpdi2.c
@@
-17,3
+17,5
@@
word_type __ucmpdi2(unsigned long long a, unsigned long long b)
return 2;
return 1;
}
+
+EXPORT_SYMBOL(__ucmpdi2);