diff options
author | Tim Chen <tim.c.chen@linux.intel.com> | 2013-02-21 14:04:22 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-03-10 04:46:43 -0400 |
commit | 918731fa2808352387a872799d96f1e293e5f658 (patch) | |
tree | ddcebbe2a630f14d7fe53d14ab7d874ffcc290ac /arch/x86/crypto | |
parent | d4905b38d1f6b60761a6fd16f45ebd1fac8b6e1f (diff) |
crypto: crc32c - Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.
Herbert,
The following patch update the stale link to the CRC32C white paper
that was referenced.
Tim
Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/crypto')
-rw-r--r-- | arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S b/arch/x86/crypto/crc32c-pcl-intel-asm_64.S index cf1a7ec4cc3a..19ec73f6e0b3 100644 --- a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S +++ b/arch/x86/crypto/crc32c-pcl-intel-asm_64.S | |||
@@ -1,9 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * Implement fast CRC32C with PCLMULQDQ instructions. (x86_64) | 2 | * Implement fast CRC32C with PCLMULQDQ instructions. (x86_64) |
3 | * | 3 | * |
4 | * The white paper on CRC32C calculations with PCLMULQDQ instruction can be | 4 | * The white papers on CRC32C calculations with PCLMULQDQ instruction can be |
5 | * downloaded from: | 5 | * downloaded from: |
6 | * http://download.intel.com/design/intarch/papers/323405.pdf | 6 | * http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/crc-iscsi-polynomial-crc32-instruction-paper.pdf |
7 | * http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-paper.pdf | ||
7 | * | 8 | * |
8 | * Copyright (C) 2012 Intel Corporation. | 9 | * Copyright (C) 2012 Intel Corporation. |
9 | * | 10 | * |