aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib/ucmpdi2.c
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Add __ucmpdi2() helper functionMichal Simek2011-10-141-0/+20
Add missing __ucmpdi2 helper function. Error log: kernel/built-in.o: In function `print_graph_duration': : undefined reference to `__ucmpdi2' kernel/built-in.o: In function `print_graph_duration': : undefined reference to `__ucmpdi2' Based on MIPS code. Signed-off-by: Michal Simek <monstr@monstr.eu>