From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eddie.linux-mips.org ([78.24.191.182]:59823 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757890Ab2HURFI (ORCPT ); Tue, 21 Aug 2012 13:05:08 -0400 Date: Tue, 21 Aug 2012 19:04:57 +0200 From: Ralf Baechle To: Geert Uytterhoeven Cc: Greg KH , Thierry Reding , Bjorn Helgaas , David Daney , linux-pci@vger.kernel.org, linux-mips , Linux-Arch Subject: Re: PCI Section mismatch error in linux-next. 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 In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: 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