diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-04 04:03:09 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-03-12 10:14:41 -0400 |
commit | 4177017d5bdf4456da022d4c82e48ac99cd65426 (patch) | |
tree | 393b89d3a881c3d837c956e0cbc5f88396c98614 /arch/mips/lib/ucmpdi2.c | |
parent | a7c2996e41ada10d504050863bbc318f5ed2a0c2 (diff) |
[MIPS] Export __ucmpdi2 to modules.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib/ucmpdi2.c')
-rw-r--r-- | arch/mips/lib/ucmpdi2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/lib/ucmpdi2.c b/arch/mips/lib/ucmpdi2.c index b33d8569bcb0..bb4cb2f828ea 100644 --- 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) | |||
17 | return 2; | 17 | return 2; |
18 | return 1; | 18 | return 1; |
19 | } | 19 | } |
20 | |||
21 | EXPORT_SYMBOL(__ucmpdi2); | ||