Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357735
b: refs/heads/master
c: 698a5ab
h: refs/heads/master
i:
  357733: 9e02f6c
  357731: a410280
  357727: 7545dc7
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Jan 19, 2013
1 parent 5277ed3 commit d2c17bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1985fecf019dae1db78c90ef9af435e1462e7766
refs/heads/master: 698a5abbb0c15ac273bf02f55a1385725714353a
8 changes: 6 additions & 2 deletions trunk/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
* SOFTWARE.
*/

#include <linux/linkage.h>

## ISCSI CRC 32 Implementation with crc32 and pclmulqdq Instruction

.macro LABEL prefix n
Expand All @@ -68,8 +70,7 @@

# unsigned int crc_pcl(u8 *buffer, int len, unsigned int crc_init);

.global crc_pcl
crc_pcl:
ENTRY(crc_pcl)
#define bufp %rdi
#define bufp_dw %edi
#define bufp_w %di
Expand Down Expand Up @@ -323,6 +324,9 @@ JMPTBL_ENTRY %i
.noaltmacro
i=i+1
.endr

ENDPROC(crc_pcl)

################################################################
## PCLMULQDQ tables
## Table is 128 entries x 2 quad words each
Expand Down

0 comments on commit d2c17bd

Please sign in to comment.