From: Jeff Garzik Date: Thu, 11 Oct 2007 20:58:30 +0000 (-0400) Subject: PCI: X86: Introduce and enable PCI domain support X-Git-Tag: v2.6.24-rc1~1393^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79e4198d1effbba040e9bf407a95fc9b3418789;p=pandora-kernel.git PCI: X86: Introduce and enable PCI domain support * fix bug in pci_read() and pci_write() which prevented PCI domain support from working (hardcoded domain 0). * unconditionally enable CONFIG_PCI_DOMAINS * implement pci_domain_nr() and pci_proc_domain(), as required of all arches when CONFIG_PCI_DOMAINS is enabled. * store domain in struct pci_sysdata, as assigned by ACPI * support "pci=nodomains" Signed-off-by: Jeff Garzik Cc: Andi Kleen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed