commit | 13492c50f69bdf60a42debc6bd3ec49cc1dc941e | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Jul 12 16:39:55 2006 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Jul 12 16:39:55 2006 +0200 |
tree | aba4230d71ff565ba994a75c0beeb1073c89891b | |
parent | 6ab4879a0d074c938fd17dba141dce042fc17bee [diff] |
[S390] fix futex_atomic_cmpxchg_inatomic futex_atomic_cmpxchg_inatomic has the same bug as the other atomic futex operations: the operation needs to be done in the user address space, not the kernel address space. Add the missing sacf 256 & sacf 0. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>