mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Fix coding style in sparc lowlevellock.h
nptl/ * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Add missing spaces. (__cpu_relax): Likewise.
This commit is contained in:
parent
5b5b04d628
commit
d3bd58cf0a
@ -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>.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user