Thread (51 messages) 51 messages, 5 authors, 2012-03-01
STALE5206d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 16/39] PCI: skip busn resource at first.

From: Yinghai Lu <yinghai@kernel.org>
Date: 2012-02-29 23:09:29
Also in: linux-pci, lkml
Subsystem: pci subsystem, the rest · Maintainers: Bjorn Helgaas, Linus Torvalds

busn_alloc code is not there yet. so need to skip it.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
---
 drivers/pci/probe.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 675d7ed..3bdc421 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1648,6 +1648,8 @@ struct pci_bus *pci_create_root_bus(struct device *parent, int bus,
 	list_for_each_entry_safe(window, n, resources, list) {
 		list_move_tail(&window->list, &bridge->windows);
 		res = window->res;
+		if (res->flags & IORESOURCE_BUS)
+			continue;
 		offset = window->offset;
 		pci_bus_add_resource(b, res, 0);
 		if (offset) {
-- 
1.7.7
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help