From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: PCI Section mismatch error in linux-next. Date: Tue, 21 Aug 2012 19:04:57 +0200 Message-ID: <20120821170456.GA18994@linux-mips.org> References: <20120817182931.GA27391@avionic-0098.adnet.avionic-design.de> <20120817200755.GA16021@avionic-0098.adnet.avionic-design.de> <20120817204839.GA2017@avionic-0098.mockup.avionic-design.de> <20120817210718.GA14842@avionic-0098.mockup.avionic-design.de> <20120817213247.GA1056@avionic-0098.mockup.avionic-design.de> <20120820053036.GA23166@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from localhost.localdomain ([127.0.0.1]:36938 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S1903636Ab2HURFG (ORCPT + 1 other); Tue, 21 Aug 2012 19:05:06 +0200 Content-Disposition: inline In-Reply-To: Sender: linux-pci-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Greg KH , Thierry Reding , Bjorn Helgaas , David Daney , linux-pci@vger.kernel.org, linux-mips , Linux-Arch List-Id: linux-arch.vger.kernel.org On Tue, Aug 21, 2012 at 04:32:45PM +0200, Geert Uytterhoeven wrote: > Anyone who disables CONFIG_HOTPLUG in his defconfig files? > > $ git grep CONFIG_HOTPLUG arch/*/*config > arch/frv/defconfig:# CONFIG_HOTPLUG is not set > arch/h8300/defconfig:# CONFIG_HOTPLUG is not set > arch/um/defconfig:CONFIG_HOTPLUG=y > $ > > Yep, (at least --- not all defconfigs are up-to-date) frv and h8300. Since we started stripping all the defconfigs down grepping through arch/*/configs/ doesn't yield much useful information anymore :-( There are currently 8 MIPS default configurations that dondo not enable CONFIG_HOTPLUG. I didn't check other architectures. Ralf