This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-608-gd3bd58c


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 C Library master sources".

The branch, master has been updated
       via  d3bd58cf0a027016544949ffd27300ac5fb01bb8 (commit)
      from  5b5b04d6282df0364424c6f2c0462e5c1a4394b0 (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d3bd58cf0a027016544949ffd27300ac5fb01bb8

commit d3bd58cf0a027016544949ffd27300ac5fb01bb8
Author: David S. Miller <davem@davemloft.net>
Date:   Sat Nov 3 15:25:47 2012 -0700

    Fix coding style in sparc lowlevellock.h
    
    nptl/
    
    	* sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP):
    	Add missing spaces.
    	(__cpu_relax): Likewise.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4db686c..a7b741f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-03  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP):
+	Add missing spaces.
+	(__cpu_relax): Likewise.
+
 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/tls.h: Don't include <xmmintrin.h>.
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
index e049562..939f41d 100644
--- a/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
+++ b/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
@@ -52,8 +52,8 @@
 
 #ifndef __sparc32_atomic_do_lock
 /* Delay in spinlock loop.  */
-extern void __cpu_relax(void);
-#define BUSY_WAIT_NOP	__cpu_relax()
+extern void __cpu_relax (void);
+#define BUSY_WAIT_NOP	__cpu_relax ()
 #endif
 
 #if !defined NOT_IN_libc || defined IS_IN_rtld

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

Summary of changes:
 nptl/ChangeLog                                    |    6 ++++++
 nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]