From: Heiko Carstens Date: Thu, 17 Apr 2008 05:46:02 +0000 (+0200) Subject: [S390] sclp: Get rid of in_atomic() use. X-Git-Tag: v2.6.26-rc1~1158^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e23375bf5d1079cd54a1c6bc8592c42061f1e1;p=pandora-kernel.git [S390] sclp: Get rid of in_atomic() use. Reintroduces in_interrupt() check in sclp_tty code. Add may_schedule parameter to vt220 write function, so we can let the write function know if it may schedule or not. So we disallow scheduling for all console calls and may allow them for tty calls. Signed-off-by: Martin Schwidefsky Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed