]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add checksum functions
authorRichard Kuo <rkuo@codeaurora.org>
Wed, 14 Sep 2011 00:50:28 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:28 +0000 (10:50 +1000)
commit2a020781539007cc35f0f9e258e0586a8438e783
tree53dff562039d66f6baf29c69eac29a250badb504
parent8beb4df590aafea523d289a1a73e9a957c2740f0
Hexagon: Add checksum functions

Removed most non-assembly functions and use the generic ones instead.

Made a few more minor changes to use the generic header file.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Linas Vepstas <linas@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/hexagon/include/asm/checksum.h [new file with mode: 0644]
arch/hexagon/include/asm/intrinsics.h [new file with mode: 0644]
arch/hexagon/lib/checksum.c [new file with mode: 0644]