sparc64: Add CRC32C driver making use of the new crc32c opcode.
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Aug 2012 03:47:36 +0000 (20:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Aug 2012 03:47:36 +0000 (20:47 -0700)
commit442a7c40b1dac78588abfe8ed4c97e4bb8b36e73
tree011ab920ea2f5868c01efa91531959d2b26e6368
parent9bf4852d3d195f771503d5be547ac940b0b3472a
sparc64: Add CRC32C driver making use of the new crc32c opcode.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/crypto/Makefile
arch/sparc/crypto/crc32c_asm.S [new file with mode: 0644]
arch/sparc/crypto/crc32c_glue.c [new file with mode: 0644]
crypto/Kconfig