commit | 4177017d5bdf4456da022d4c82e48ac99cd65426 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Mar 04 09:03:09 2008 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 12 14:14:41 2008 +0000 |
tree | 393b89d3a881c3d837c956e0cbc5f88396c98614 | |
parent | a7c2996e41ada10d504050863bbc318f5ed2a0c2 [diff] [blame] |
[MIPS] Export __ucmpdi2 to modules. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/lib/ucmpdi2.c b/arch/mips/lib/ucmpdi2.c index b33d856..bb4cb2f 100644 --- a/arch/mips/lib/ucmpdi2.c +++ b/arch/mips/lib/ucmpdi2.c
@@ -17,3 +17,5 @@ return 2; return 1; } + +EXPORT_SYMBOL(__ucmpdi2);