]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add checksum functions
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:37:57 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:37:57 +0000 (10:37 +1000)
commit62d5b54d2bfe0c30081e1e6d35441c3b5a6cb5e4
treee149006a36a27a41bb321b0c6abd4e7e3d5b36c1
parent794db3645f97b4ad41f59a1f89d5493d1b5e2115
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]