Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- From: Andrew Morton <akpm@xxxxxxxx>
- Date: Fri, 8 Sep 2006 11:20:35 -0700
On Thu, 7 Sep 2006 22:14:22 -0500
Matt Domsch <Matt_Domsch@xxxxxxxx> wrote:
@@ -189,6 +189,8 @@ static int __init pcibios_init(void)
pcibios_resource_survey();
+ if (!(pci_probe & PCI_NO_SORT))
+ pci_sort_breadthfirst();
...
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1055,3 +1055,95 @@ EXPORT_SYMBOL(pci_scan_bridge);
EXPORT_SYMBOL(pci_scan_single_device);
EXPORT_SYMBOL_GPL(pci_scan_child_bus);
#endif
+
+static int pci_sort_bf_cmp(const struct pci_dev *a, const struct pci_dev *b)
+static void pci_insertion_sort_klist(struct pci_dev *a, struct list_head *list,
+static void pci_sort_breadthfirst_klist(void)
+static void pci_insertion_sort_devices(struct pci_dev *a, struct list_head *list,
+static void pci_sort_breadthfirst_devices(void)
+void pci_sort_breadthfirst(void)
I think all these functions can+should be __init?
+extern void pci_sort_breadthfirst(void);
In which case this needs the __init tag too (new rule, due to frv (at least)).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- From: Jeff Garzik
- Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- From: Alexey Dobriyan
- Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- From: Matt Domsch
- Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- References:
- [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- From: Matt Domsch
- [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- Prev by Date: [patch 00/10] [TULIP] Tulip update
- Next by Date: [patch 08/10] [TULIP] Handle pci_enable_device() errors in resume
- Previous by thread: Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- Next by thread: Re: [PATCH 2.6.18-rc5] PCI: sort device lists breadth-first
- Index(es):
Relevant Pages
|
|