From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com ([134.134.136.20]:53742 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750719AbaIJEAs (ORCPT ); Wed, 10 Sep 2014 00:00:48 -0400 Message-ID: <540FCCEA.2080003@linux.intel.com> Date: Wed, 10 Sep 2014 12:00:42 +0800 From: Jiang Liu MIME-Version: 1.0 To: Andy Lutomirski , "linux-kernel@vger.kernel.org" , X86 ML , "linux-pci@vger.kernel.org" , Thomas Gleixner Subject: Re: i386 minimal config w/ PCI is broken References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Andy, Sorry for this. It should be fixed by: http://marc.info/?l=linux-kernel&m=140938277815528&w=2 Regards! Gerry On 2014/9/10 8:08, Andy Lutomirski wrote: > The attached config doesn't compile for me w/ Linus' tree from today. > It complains about undeclared mp_should_keep_irq in > arch/x86/pci/irq.c. > > I haven't tested for real, but I think that the offending commit is: > > commit c03b3b0738a56cf283b0d05256988d5e3c8bd719 > Author: Jiang Liu > Date: Mon Jun 9 16:20:08 2014 +0800 > > x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled > >