[MIPS] Export __ucmpdi2 to modules.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 4 Mar 2008 09:03:09 +0000 (09:03 +0000)
committerRalf 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

index b33d856..bb4cb2f 100644 (file)
@@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
                return 2;
        return 1;
 }
+
+EXPORT_SYMBOL(__ucmpdi2);