summaryrefslogtreecommitdiff
path: root/arch/cris/arch-v32/lib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25CRIS: remove SMP codeRabin Vincent1-1/+1
The CRIS SMP code cannot be built since there is no (and appears to never have been) a CONFIG_SMP Kconfig option in arch/cris/. Remove it. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>
2009-06-10CRISv32: Add arch optimized strcmp.Jesper Nilsson1-1/+1
Add an optimized strcmp for CRISv32. This improves strcmp performance with about 25% when comparing a 55 character string with itself. Signed-off-by: Edgar Iglesias <edgar@axis.com> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
2008-02-08CRIS v32: Add lib/delay to build.Jesper Nilsson1-1/+2
2005-07-28[PATCH] CRIS update: new subarchitecture v32Mikael Starvik1-0/+6
New CRIS sub architecture named v32. From: Dave Jones <davej@redhat.com> Fix swapped kmalloc args Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>