aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/locks.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2005-10-18 07:51:34 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-10-18 07:51:34 +0100
commit9b15c6c4e22cbb381373fac3bee8cacb811147a9 (patch)
treef0b148c5678731ed61a5aa50ca988a7928218383 /include/asm-arm/locks.h
parent[ARM] 3018/1: S3C2410 - check de-referenced device is really a platform device (diff)
downloadlinux-dev-9b15c6c4e22cbb381373fac3bee8cacb811147a9.tar.xz
linux-dev-9b15c6c4e22cbb381373fac3bee8cacb811147a9.zip
[ARM] 3019/1: fix wrong comments
Patch from Nicolas Pitre Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/locks.h')
-rw-r--r--include/asm-arm/locks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/locks.h b/include/asm-arm/locks.h
index f08dc8447913..852220eecdbc 100644
--- a/include/asm-arm/locks.h
+++ b/include/asm-arm/locks.h
@@ -103,7 +103,7 @@
({ \
smp_mb(); \
__asm__ __volatile__( \
- "@ up_op_read\n" \
+ "@ up_op_write\n" \
"1: ldrex lr, [%0]\n" \
" adds lr, lr, %1\n" \
" strex ip, lr, [%0]\n" \
@@ -231,7 +231,7 @@
#define __up_op_write(ptr,wake) \
({ \
__asm__ __volatile__( \
- "@ up_op_read\n" \
+ "@ up_op_write\n" \
" mrs ip, cpsr\n" \
" orr lr, ip, #128\n" \
" msr cpsr_c, lr\n" \