Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC
@ 2013-03-24 12:32 Jussi Kivilinna
  0 siblings, 0 replies; only message in thread
From: Jussi Kivilinna @ 2013-03-24 12:32 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
---
 arch/x86/crypto/crc32-pclmul_asm.S |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/x86/crypto/crc32-pclmul_asm.S b/arch/x86/crypto/crc32-pclmul_asm.S
index c8335014..94c27df 100644
--- a/arch/x86/crypto/crc32-pclmul_asm.S
+++ b/arch/x86/crypto/crc32-pclmul_asm.S
@@ -101,9 +101,8 @@
  *      uint crc32_pclmul_le_16(unsigned char const *buffer,
  *	                     size_t len, uint crc32)
  */
-.globl crc32_pclmul_le_16
-.align 4, 0x90
-crc32_pclmul_le_16:/* buffer and buffer size are 16 bytes aligned */
+
+ENTRY(crc32_pclmul_le_16) /* buffer and buffer size are 16 bytes aligned */
 	movdqa  (BUF), %xmm1
 	movdqa  0x10(BUF), %xmm2
 	movdqa  0x20(BUF), %xmm3
@@ -244,3 +243,4 @@ fold_64:
 	pextrd  $0x01, %xmm1, %eax
 
 	ret
+ENDPROC(crc32_pclmul_le_16)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-24 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 12:32 [PATCH] crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC Jussi Kivilinna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox