Re: [PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-12 Thread Muli Ben-Yehuda
On Thu, Jul 12, 2007 at 05:13:05PM +0800, Arjan van de Ven wrote: > > > I very much start to dislike the untyped "sysdata"... I much > > > rather have separate fields for the different uses (like a IOMMU > > > field) that aren't going to share ever. Possibly even typed, but > > > for IOMMU that ma

Re: [PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-12 Thread Arjan van de Ven
On Thu, 2007-07-12 at 12:10 +0300, Muli Ben-Yehuda wrote: > On Thu, Jul 12, 2007 at 09:17:31AM +0800, Arjan van de Ven wrote: > > On Wed, 2007-07-11 at 16:45 +0300, Muli Ben-Yehuda wrote: > > > Andi, please consider applying for 2.6.23. Applies on top of the > > > Calgary update I just sent out ("C

Re: [PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-12 Thread Muli Ben-Yehuda
On Thu, Jul 12, 2007 at 09:17:31AM +0800, Arjan van de Ven wrote: > On Wed, 2007-07-11 at 16:45 +0300, Muli Ben-Yehuda wrote: > > Andi, please consider applying for 2.6.23. Applies on top of the > > Calgary update I just sent out ("Calgary: more updates for 2.6.23"). > > > > This patch introduces

Re: [PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-11 Thread Arjan van de Ven
On Wed, 2007-07-11 at 16:45 +0300, Muli Ben-Yehuda wrote: > Andi, please consider applying for 2.6.23. Applies on top of the > Calgary update I just sent out ("Calgary: more updates for 2.6.23"). > > This patch introduces struct pci_sysdata to x86 and x86-64, and > converts the existing two users

Re: [PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-11 Thread Muli Ben-Yehuda
On Wed, Jul 11, 2007 at 09:41:59AM -0700, Yinghai Lu wrote: > Muli Ben-Yehuda wrote: > >Andi, please consider applying for 2.6.23. Applies on top of the > >Calgary update I just sent out ("Calgary: more updates for 2.6.23"). > > > >This patch introduces struct pci_sysdata to x86 and x86-64, and > >

Re: [PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-11 Thread Yinghai Lu
Muli Ben-Yehuda wrote: Andi, please consider applying for 2.6.23. Applies on top of the Calgary update I just sent out ("Calgary: more updates for 2.6.23"). This patch introduces struct pci_sysdata to x86 and x86-64, and converts the existing two users (NUMA, Calgary) to use it. This lays the g

[PATCH 1/1] x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

2007-07-11 Thread Muli Ben-Yehuda
Andi, please consider applying for 2.6.23. Applies on top of the Calgary update I just sent out ("Calgary: more updates for 2.6.23"). This patch introduces struct pci_sysdata to x86 and x86-64, and converts the existing two users (NUMA, Calgary) to use it. This lays the groundwork for having othe