mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[MIPS] Export __ucmpdi2 to modules.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a7c2996e41
commit
4177017d5b
@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
|
||||
return 2;
|
||||
return 1;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(__ucmpdi2);
|
||||
|
Loading…
Reference in New Issue
Block a user