From: Nicolas Pitre Date: Tue, 18 Oct 2005 06:51:34 +0000 (+0100) Subject: [ARM] 3019/1: fix wrong comments X-Git-Tag: v2.6.14-rc5~18^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9b15c6c4e22cbb381373fac3bee8cacb811147a9;p=~shefty%2Frdma-dev.git [ARM] 3019/1: fix wrong comments Patch from Nicolas Pitre Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- diff --git a/include/asm-arm/locks.h b/include/asm-arm/locks.h index f08dc844791..852220eecdb 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" \