From: Heiko Carstens Date: Tue, 9 Jan 2007 09:18:50 +0000 (+0100) Subject: [S390] don't call handle_mm_fault() if in an atomic context. X-Git-Tag: v2.6.20-rc5~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ad075ef60ca33f1bd8e227eed2202108fd6cd8;p=pandora-kernel.git [S390] don't call handle_mm_fault() if in an atomic context. There are several places in the futex code where a spin_lock is held and still uaccesses happen. Deadlocks are avoided by increasing the preempt count. The pagefault handler will then not take any locks but will immediately search the fixup tables. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed