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:
edb8047
)
libata-acpi: don't call sleeping function from invalid context
author
Zhang Rui
<rui.zhang@intel.com>
Fri, 11 Jul 2008 13:42:03 +0000
(09:42 -0400)
committer
Jeff Garzik
<jgarzik@redhat.com>
Fri, 11 Jul 2008 13:42:03 +0000
(09:42 -0400)
The problem is introduced by commit
664d080c41463570b95717b5ad86e79dc1be0877
.
acpi_evaluate_integer is a sleeping function,
and it should not be called with spin_lock_irqsave.
https://bugzilla.redhat.com/show_bug.cgi?id=451399
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
No differences found