diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-04 10:03:09 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-03-12 15:14:41 +0100 |
commit | 4177017d5bdf4456da022d4c82e48ac99cd65426 (patch) | |
tree | 393b89d3a881c3d837c956e0cbc5f88396c98614 /arch/mips/lib | |
parent | [MIPS] Fix typo in comment (diff) | |
download | linux-4177017d5bdf4456da022d4c82e48ac99cd65426.tar.xz linux-4177017d5bdf4456da022d4c82e48ac99cd65426.zip |
[MIPS] Export __ucmpdi2 to modules.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib')
-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) return 2; return 1; } + +EXPORT_SYMBOL(__ucmpdi2); |