aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/microblaze/lib/ucmpdi2.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek1-1/+1
Based on the patch: "lib: reduce the use of module.h wherever possible" (sha1: 8bc3bcc93a2b4e47d5d410146f6546bca6171663) fix all microblaze files which are not modules. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2011-10-14microblaze: Add __ucmpdi2() helper functionMichal Simek1-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>