git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
444f0e5
)
[S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt()
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 5 Feb 2007 20:17:16 +0000
(21:17 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Mon, 5 Feb 2007 20:17:16 +0000
(21:17 +0100)
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 <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found