aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib/lshrdi3.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>
2013-02-12microblaze: Fix coding style issuesMichal Simek1-1/+0
Fix coding style issues reported by checkpatch.pl. Signed-off-by: Michal Simek <monstr@monstr.eu>
2010-10-21microblaze: Add libgcc function directly to kernelMichal Simek1-0/+29
Replaced libgcc functions with asm optimized implementation. Signed-off-by: Michal Simek <monstr@monstr.eu>