| commit | c1304c376c75abffac6ff6c67914d8f57ff05d9e | [log] [tgz] |
|---|---|---|
| author | Yinghai Lu <yinghai@kernel.org> | Sat Aug 10 19:31:03 2013 -0700 |
| committer | Yinghai Lu <yinghai@kernel.org> | Sat Aug 10 19:31:03 2013 -0700 |
| tree | 4939a507c1835b7e7c269b8e871976c2e9b20f4d | |
| parent | e21e2b16073c6f495dc0e605b01a1d0a48aacb31 [diff] |
PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge. We need to have ioapic setup before normal pci drivers. otherwise other pci driver can not setup irq. So we should not treat them as normal pci devices. Also we will need to support ioapic hotplug without pci device around. We need to call ioapic add/remove during host-bridge add/remove. Signed-off-by: Yinghai Lu <yinghai@kernel.org>