gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-21-g692120e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-21-g692120e
Date: Sun, 23 Oct 2011 14:55:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=692120e24e0ee4e1d6e05fe3bb80ec87c01cf503

The branch, master has been updated
       via  692120e24e0ee4e1d6e05fe3bb80ec87c01cf503 (commit)
      from  17997e0ce0a9f66a8b4e75646327886cb2b3a627 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 692120e24e0ee4e1d6e05fe3bb80ec87c01cf503
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Oct 23 16:56:45 2011 +0200

    is_padlock_nano is behaving properly and saving registers.

-----------------------------------------------------------------------

Summary of changes:
 lib/accelerated/x86/asm/padlock-common.s |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/accelerated/x86/asm/padlock-common.s 
b/lib/accelerated/x86/asm/padlock-common.s
index bd9123e..f61eb27 100644
--- a/lib/accelerated/x86/asm/padlock-common.s
+++ b/lib/accelerated/x86/asm/padlock-common.s
@@ -25,6 +25,7 @@
 .type  is_padlock_nano,@function
 .align 16
 is_padlock_nano:
+       pusha
        xorl    %eax,%eax
        cpuid
        movl    $1,%eax
@@ -32,9 +33,11 @@ is_padlock_nano:
        or      $0x000f,%eax
         cmp     $0x06ff,%eax
        jne     .Lno_nano
+       popa
        mov     $1,%eax
         ret
 .Lno_nano:
+       popa
        xorl    %eax,%eax
         ret
 .size  is_padlock_nano,.-is_padlock_nano


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]