Re: [PATCH v4 25/28] PCI, x86: Make ioapic hotplug support built-in

2013-10-01 Thread Yinghai Lu
On Tue, Oct 1, 2013 at 9:00 AM, Bjorn Helgaas wrote: > On Sat, Aug 10, 2013 at 07:48:11PM -0700, Yinghai Lu wrote: >> ioapic hotplug should be built-in like pci root bus hotplug. >> >> Also need to make it depends on X86_IO_APIC. >> >> Signed-off-by: Yinghai Lu > > Hi Yinghai, > > What's the stat

Re: [PATCH v4 25/28] PCI, x86: Make ioapic hotplug support built-in

2013-10-01 Thread Bjorn Helgaas
On Sat, Aug 10, 2013 at 07:48:11PM -0700, Yinghai Lu wrote: > ioapic hotplug should be built-in like pci root bus hotplug. > > Also need to make it depends on X86_IO_APIC. > > Signed-off-by: Yinghai Lu Hi Yinghai, What's the status of these? It looks like the last three or four could go via m

[PATCH v4 25/28] PCI, x86: Make ioapic hotplug support built-in

2013-08-10 Thread Yinghai Lu
ioapic hotplug should be built-in like pci root bus hotplug. Also need to make it depends on X86_IO_APIC. Signed-off-by: Yinghai Lu --- drivers/pci/Kconfig | 3 ++- drivers/pci/ioapic.c | 6 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci