]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Use generic checksum functions for MIPS R6
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 13 Nov 2014 11:25:27 +0000 (11:25 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:19 +0000 (15:37 +0000)
commit8d69a3235c647e6325a52302140d2665068532a4
tree7d48121081c57a306d400423e12c051170f4003a
parent49c7c3ffccae0064daf17dba853787c9c51da26c
MIPS: Use generic checksum functions for MIPS R6

The following instructions have been removed from MIPS R6

ulw, ulh, swl, lwr, lwl, swr.

However, all of them are used in the MIPS specific checksum implementation.
As a result of which, we will use the generic checksum on MIPS R6

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/Kconfig
arch/mips/include/asm/Kbuild
arch/mips/include/asm/checksum.h
arch/mips/kernel/mips_ksyms.c
arch/mips/lib/Makefile