mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
MIPS: cmpxchg.h: Fix excessive indentation.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c8f3cc0b65
commit
9eed4124c0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
({ \
|
({ \
|
||||||
__typeof(*(m)) __ret; \
|
__typeof(*(m)) __ret; \
|
||||||
\
|
\
|
||||||
if (kernel_uses_llsc && R10000_LLSC_WAR) { \
|
if (kernel_uses_llsc && R10000_LLSC_WAR) { \
|
||||||
__asm__ __volatile__( \
|
__asm__ __volatile__( \
|
||||||
" .set push \n" \
|
" .set push \n" \
|
||||||
" .set noat \n" \
|
" .set noat \n" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue