summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/strncmp_32.S
AgeCommit message (Collapse)AuthorFilesLines
2012-05-12sparc: Convert some assembler over to linakge.h's ENTRY/ENDPROCDavid S. Miller1-3/+4
Use those, instead of doing it all by hand. Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-12sparc32: Remove inline strncmp "optimization" for constant counts.David S. Miller1-2/+1
Let the compiler do stuff like this. Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-04sparc: prepare lib/ for unificationSam Ravnborg1-0/+118
Identical named files renamed to <name>_32.S Refactored Makefile to prepare for unification. Linking order was altered slightly - but this is a lib.a file so it should not matter. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>