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:
97653f9
)
[IA64] pci_acpi_scan_root cleanup
author
Luck, Tony
<tony.luck@intel.com>
Fri, 15 Aug 2008 22:37:48 +0000
(15:37 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 18 Aug 2008 22:41:21 +0000
(15:41 -0700)
The code walks all the acpi _CRS methods to see how many windows
to allocate. It then scans them all again to insert_resource()
for each *even if the first scan found that there were none*.
Move the second scan inside the "if (windows)" clause.
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found