crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c
authorTim Chen <tim.c.chen@linux.intel.com>
Thu, 27 Sep 2012 22:44:17 +0000 (15:44 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 15 Oct 2012 14:18:22 +0000 (22:18 +0800)
commit35b80920d4f0253fed03a1c3a345df8578dbd057
treeaa7e2e7a7a282e8b96c678790ad61c70b36d752a
parentddffeb8c4d0331609ef2581d84de4d763607bd37
crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c

This patch renames the crc32c-intel.c file to crc32c-intel_glue.c file
in preparation for linking with the new crc32c-pcl-intel-asm.S file,
which contains optimized crc32c calculation based on PCLMULQDQ
instruction.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/crc32c-intel.c [deleted file]
arch/x86/crypto/crc32c-intel_glue.c [new file with mode: 0644]