Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357739
b: refs/heads/master
c: ac9d55d
h: refs/heads/master
i:
  357737: 91883c4
  357735: d2c17bd
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Jan 19, 2013
1 parent 0013bdc commit be17941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 2dcfd44dee3fd3a63e3e3d3f5cbfd2436d1f98a6
refs/heads/master: ac9d55dd42858b127bedb84f4e59789958263d37
10 changes: 5 additions & 5 deletions trunk/arch/x86/crypto/sha1_ssse3_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
* (at your option) any later version.
*/

#include <linux/linkage.h>

#define CTX %rdi // arg1
#define BUF %rsi // arg2
#define CNT %rdx // arg3
Expand Down Expand Up @@ -69,10 +71,8 @@
* param: function's name
*/
.macro SHA1_VECTOR_ASM name
.global \name
.type \name, @function
.align 32
\name:
ENTRY(\name)

push %rbx
push %rbp
push %r12
Expand Down Expand Up @@ -106,7 +106,7 @@
pop %rbx
ret

.size \name, .-\name
ENDPROC(\name)
.endm

/*
Expand Down

0 comments on commit be17941

Please sign in to comment.