From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757746AbdDRTvw (ORCPT ); Tue, 18 Apr 2017 15:51:52 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:53221 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757672AbdDRTvt (ORCPT ); Tue, 18 Apr 2017 15:51:49 -0400 Date: Tue, 18 Apr 2017 21:51:40 +0200 (CEST) From: Thomas Gleixner To: Bjorn Helgaas cc: LKML , Peter Zijlstra , Ingo Molnar , Steven Rostedt , Sebastian Siewior , Bjorn Helgaas , linux-pci@vger.kernel.org Subject: Re: [patch 17/20] PCI: Use cpu_hotplug_disable() instead of get_online_cpus() In-Reply-To: <20170418194425.GH25295@bhelgaas-glaptop.roam.corp.google.com> Message-ID: References: <20170415170107.643253702@linutronix.de> <20170415171652.675049942@linutronix.de> <20170418194425.GH25295@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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