Re: [patch 17/20] PCI: Use cpu_hotplug_disable() instead of get_online_cpus()

From: Thomas Gleixner
Date: Tue Apr 18 2017 - 15:52:01 EST


On Tue, 18 Apr 2017, Bjorn Helgaas wrote:
> > +static bool pci_physfn_is_probed(struct pci_dev *dev)
> > +{
> > +#ifdef CONFIG_ATS
>
> I think this was intended to be CONFIG_PCI_ATS, not CONFIG_ATS.

yes.

>
> But I think CONFIG_PCI_IOV would be more appropriate. With that, and

The physfn member is under CONFIG_PCI_ATS so I took that one, but you are
right PCI_IOV is the proper one. Will fix.

> squashing this into the next patch,

Did so

Thanks,

tglx