[MIPS] Export __ucmpdi2 to modules.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2008-03-04 09:03:09 +00:00
Родитель a7c2996e41
Коммит 4177017d5b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
return 2;
return 1;
}
EXPORT_SYMBOL(__ucmpdi2);