aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/kernel/syscall.S')
-rw-r--r--arch/parisc/kernel/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S
index 479d9a017cd1..a028c990cbff 100644
--- a/arch/parisc/kernel/syscall.S
+++ b/arch/parisc/kernel/syscall.S
@@ -541,7 +541,7 @@ cas_nocontend:
541# endif 541# endif
542/* ENABLE_LWS_DEBUG */ 542/* ENABLE_LWS_DEBUG */
543 543
544 ldcw 0(%sr2,%r20), %r28 /* Try to acquire the lock */ 544 LDCW 0(%sr2,%r20), %r28 /* Try to acquire the lock */
545 cmpb,<>,n %r0, %r28, cas_action /* Did we get it? */ 545 cmpb,<>,n %r0, %r28, cas_action /* Did we get it? */
546cas_wouldblock: 546cas_wouldblock:
547 ldo 2(%r0), %r28 /* 2nd case */ 547 ldo 2(%r0), %r28 /* 2nd case */