summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* CRIS: Drop support for the CRIS portJesper Nilsson2018-03-161-7/+0
| | | | | | | | | | | | | | | The port was added back in 2000 so it's no longer even a good source of inspiration for newer ports (if it ever was) The last SoC (ARTPEC-3) with a CRIS main CPU was launched in 2008. Coupled with time and working developer board hardware being in low supply, it's time to drop the port from Linux. So long and thanks for all the fish! Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* CRIS: remove SMP codeRabin Vincent2015-03-251-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>
* CRISv32: Add arch optimized strcmp.Jesper Nilsson2009-06-101-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>
* CRIS v32: Add lib/delay to build.Jesper Nilsson2008-02-081-1/+2
|
* [PATCH] CRIS update: new subarchitecture v32Mikael Starvik2005-07-271-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>