diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/system.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/s390/include/asm/system.h b/arch/s390/include/asm/system.h index 12be42baa055..1741c1556a4e 100644 --- a/arch/s390/include/asm/system.h +++ b/arch/s390/include/asm/system.h | |||
@@ -219,8 +219,8 @@ __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) | |||
219 | " l %0,%2\n" | 219 | " l %0,%2\n" |
220 | "0: nr %0,%5\n" | 220 | "0: nr %0,%5\n" |
221 | " lr %1,%0\n" | 221 | " lr %1,%0\n" |
222 | " or %0,%2\n" | 222 | " or %0,%3\n" |
223 | " or %1,%3\n" | 223 | " or %1,%4\n" |
224 | " cs %0,%1,%2\n" | 224 | " cs %0,%1,%2\n" |
225 | " jnl 1f\n" | 225 | " jnl 1f\n" |
226 | " xr %1,%0\n" | 226 | " xr %1,%0\n" |
@@ -240,8 +240,8 @@ __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) | |||
240 | " l %0,%2\n" | 240 | " l %0,%2\n" |
241 | "0: nr %0,%5\n" | 241 | "0: nr %0,%5\n" |
242 | " lr %1,%0\n" | 242 | " lr %1,%0\n" |
243 | " or %0,%2\n" | 243 | " or %0,%3\n" |
244 | " or %1,%3\n" | 244 | " or %1,%4\n" |
245 | " cs %0,%1,%2\n" | 245 | " cs %0,%1,%2\n" |
246 | " jnl 1f\n" | 246 | " jnl 1f\n" |
247 | " xr %1,%0\n" | 247 | " xr %1,%0\n" |