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:
8a7a4fa
)
pci-acpi: use local buffer for _OSC
author
Kenji Kaneshige
<kaneshige.kenji@jp.fujitsu.com>
Thu, 15 May 2008 06:20:11 +0000
(15:20 +0900)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 10 Jun 2008 17:59:48 +0000
(10:59 -0700)
Current pci-acpi implementation uses array in osc_data directly to
evaluate _OSC. It needs to save the old data and restore it if _OSC
evaluation fails. To make it more robust, we should use local array to
evaluate _OSC.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Acked-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found