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:
c2e5307
)
FB: fix unsafe use of disable_irq() in mx3fb.c
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Tue, 12 May 2009 19:41:03 +0000
(21:41 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Wed, 13 May 2009 07:46:19 +0000
(09:46 +0200)
mx3fb.c calls disable_irq() from a DMA callback, i.e., in an IRQ-handler
context, which has always been unsafe, and became deadly after the merge of
threaded interrupt handler support. Use disable_irq_nosync() instead.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
No differences found