From: Heiko Carstens Date: Mon, 5 Feb 2007 20:17:16 +0000 (+0100) Subject: [S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt() X-Git-Tag: v2.6.21-rc1~92^2~41^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59d744bd8a0e283daf6726881e4c9aa4bd25261;p=pandora-kernel.git [S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt() local_bh_disable/_local_bh_enable must not be called if in_irq() is true. Besides that if in_interrupt() is true bottom halves are disabled anyway. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed