Yinghai Lu wrote:
the sysdata stuff try to fix: when calgary iommu code was introduced, it is trying to share sysdata that orginally is initialized k8_bus.c and used by pcibus_to_node. but that only happen with AMD K8 platform. and have nothing to do with calgary.
incorrect: sysdata is initialized when the structure is created, which clearly not only in k8_bus.c
Then my patch get_mp_bus_to_node_as_early will use that sysdata as node as early as possible before the pci_scan bus is called.
that's incorrect, since it assumes NUMA owns ->sysdata
then Mul came out his patch ...to split the sharing that will never happen.
that's incorrect, ->sysdata will be shared among Calgary, NUMA, and PCI-domain support.
Also i don't think anyone test muli sysdata patch with amd64 platform with acpi=off. even muli himself.
I did. I did all PCI domain support development on AMD64 platform.
calgary support bus numa at this time? i mean mult peer root bus on different node..
My PCI domains patch add support for multiple peer root buses. That's the definition of PCI domain support.
Branch 'pciseg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] 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/RFT] finish i386 and x86-64 sysdata conversion
- From: "Yinghai Lu" <[email protected]>
- Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- From: "Yinghai Lu" <[email protected]>
- Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- References:
- Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- From: Chuck Ebbert <[email protected]>
- Re: Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- From: Andi Kleen <[email protected]>
- Re: Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- From: Andrew Morton <[email protected]>
- Re: Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- From: Andi Kleen <[email protected]>
- Re: Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- From: Muli Ben-Yehuda <[email protected]>
- Re: Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- From: "Yinghai Lu" <[email protected]>
- [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- From: Muli Ben-Yehuda <[email protected]>
- Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- From: Andrew Morton <[email protected]>
- Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- From: Muli Ben-Yehuda <[email protected]>
- Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- From: Jeff Garzik <[email protected]>
- Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- From: "Yinghai Lu" <[email protected]>
- Oops in 2.6.23-rc1-git9, arch/x86_64/pci/k8-bus.c::fill_mp_bus_to_cpumask()
- Prev by Date: [PATCH 3/5] try parent numa_node at first before using default v2
- Next by Date: Re: file capabilities: clear fcaps on inode change (v3)
- Previous by thread: Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- Next by thread: Re: [PATCH/RFT] finish i386 and x86-64 sysdata conversion
- Index(es):