From 822308c1773dffed753a7a5650bc50f8d80ba508 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 4 Mar 2008 09:03:09 +0000 Subject: [PATCH] --- yaml --- r: 87187 b: refs/heads/master c: 4177017d5bdf4456da022d4c82e48ac99cd65426 h: refs/heads/master i: 87185: a4c6b1cebb04452ae0e9267ab57d3bf5b8634e12 87183: 3830a38112f08215e5b348ab69576976b1f11bcd v: v3 --- [refs] | 2 +- trunk/arch/mips/lib/ucmpdi2.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bb39fb4f1caa..44ae806b9629 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a7c2996e41ada10d504050863bbc318f5ed2a0c2 +refs/heads/master: 4177017d5bdf4456da022d4c82e48ac99cd65426 diff --git a/trunk/arch/mips/lib/ucmpdi2.c b/trunk/arch/mips/lib/ucmpdi2.c index b33d8569bcb0..bb4cb2f828ea 100644 --- a/trunk/arch/mips/lib/ucmpdi2.c +++ b/trunk/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);