]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: simpler m68k and ColdFire CPU's can use generic csum code
authorGreg Ungerer <gerg@uclinux.org>
Tue, 18 Oct 2011 05:49:19 +0000 (15:49 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 11 Dec 2011 22:39:26 +0000 (08:39 +1000)
commit56b66ef99823ad05fee7c65eb8ffbff15758f97b
tree9653543ed8a023d510d546331d3191d8d6ed76b2
parent7caf41d9c1102f400638c68389a0118f337a7307
m68k: simpler m68k and ColdFire CPU's can use generic csum code

We have two implementations of the IP checksuming code for the m68k arch.
One uses the more advanced instructions available in 68020 and above
processors, the other uses the simpler instructions available on the
original 68000 processors and the modern ColdFire processors.

This simpler code is pretty much the same as the generic lib implementation
of the IP csum functions. So lets just switch over to using that. That
means we can completely remove the checksum_no.c file, and only have the
local fast code used for the more complex 68k CPU family members.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig
arch/m68k/Kconfig.cpu
arch/m68k/include/asm/checksum.h
arch/m68k/lib/Makefile
arch/m68k/lib/checksum.c [moved from arch/m68k/lib/checksum_mm.c with 100% similarity]
arch/m68k/lib/checksum_no.c [deleted file]