Skip to content

Commit

Permalink
Fix coding style in sparc lowlevellock.h
Browse files Browse the repository at this point in the history
nptl/

	* sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP):
	Add missing spaces.
	(__cpu_relax): Likewise.
  • Loading branch information
David S. Miller committed Nov 3, 2012
1 parent 5b5b04d commit d3bd58c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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>.
Expand Down
4 changes: 2 additions & 2 deletions nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3bd58c

Please sign in to comment.