30 Oct, 2007
1 commit
-
This patch renames the IOMMU config option to GART_IOMMU because in fact it
means the GART and not general support for an IOMMU on x86.Signed-off-by: Joerg Roedel
Acked-by: Muli Ben-Yehuda
Signed-off-by: Ingo Molnar
Signed-off-by: Thomas Gleixner
13 Oct, 2007
2 commits
-
It was just duplicated code...
Signed-off-by: Greg Kroah-Hartman
-
* 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
11 Oct, 2007
1 commit
-
Move the headers to include/asm-x86 and fixup the
header install make rulesSigned-off-by: Thomas Gleixner
Signed-off-by: Ingo Molnar