Re: [RFC Patch V2 15/16] pci, ioapic: kill ioapic PCI driver

2014-06-20 Thread Jiang Liu
On 2014/6/18 0:49, Bjorn Helgaas wrote: > Your subject lines aren't even consistent in the same patch series. I > suggest: > > PCI: Remove PCI ioapic driver > > On Mon, Jun 16, 2014 at 11:29 PM, Jiang Liu wrote: >> Originally the ioapic PCI driver is designed to support IOAPIC hotplug, >>

Re: [RFC Patch V2 15/16] pci, ioapic: kill ioapic PCI driver

2014-06-20 Thread Jiang Liu
Hi Bjorn, I should pay more attention to commit messages:) Then how about this description? -- PCI: Remove PCI ioapic driver To support IOAPIC hotplug on x86 and IA64 platforms, OS needs to figure out global interrupt sour

Re: [RFC Patch V2 15/16] pci, ioapic: kill ioapic PCI driver

2014-06-17 Thread Bjorn Helgaas
Your subject lines aren't even consistent in the same patch series. I suggest: PCI: Remove PCI ioapic driver On Mon, Jun 16, 2014 at 11:29 PM, Jiang Liu wrote: > Originally the ioapic PCI driver is designed to support IOAPIC hotplug, > but it never works because no architecture has implemente