We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0001742 commit 4f9abb7Copy full SHA for 4f9abb7
1 file changed
arch/s390/include/asm/spinlock.h
@@ -88,7 +88,7 @@ static inline void arch_spin_unlock(arch_spinlock_t *lp)
88
asm_inline volatile(
89
ALTERNATIVE("", ".long 0xb2fa0070", 49) /* NIAI 7 */
90
" sth %1,%0\n"
91
- : "=Q" (((unsigned short *) &lp->lock)[1])
+ : "=R" (((unsigned short *) &lp->lock)[1])
92
: "d" (0) : "cc", "memory");
93
}
94
0 commit comments