Re: [RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation

2012-09-12 Thread Jiang Liu
On 2012-9-12 7:21, Bjorn Helgaas wrote: > On Tue, Aug 7, 2012 at 10:11 AM, Jiang Liu wrote: >> Now all Archs have been converted to the new PCI bus lock mechanism, >> so clean up unused code. > > When you say "all arches," do you really mean "x86 and ia64"? I > assume all the other architectures

Re: [RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation

2012-09-11 Thread Bjorn Helgaas
On Tue, Aug 7, 2012 at 10:11 AM, Jiang Liu wrote: > Now all Archs have been converted to the new PCI bus lock mechanism, > so clean up unused code. When you say "all arches," do you really mean "x86 and ia64"? I assume all the other architectures have similar issues. Or is this somehow ACPI-spe

[RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation

2012-08-07 Thread Jiang Liu
Now all Archs have been converted to the new PCI bus lock mechanism, so clean up unused code. Signed-off-by: Jiang Liu --- drivers/pci/Kconfig |3 --- drivers/pci/bus.c |1 - drivers/pci/pci-sysfs.c |9 - drivers/pci/probe.c |4 +--- include/linux/pci.h