From: Martin Schwidefsky Date: Wed, 12 Jul 2006 14:39:55 +0000 (+0200) Subject: [S390] fix futex_atomic_cmpxchg_inatomic X-Git-Tag: v2.6.18-rc2~112^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13492c50f69bdf60a42debc6bd3ec49cc1dc941e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed