Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756124AbZDGFaz (ORCPT ); Tue, 7 Apr 2009 01:30:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756694AbZDGF2w (ORCPT ); Tue, 7 Apr 2009 01:28:52 -0400 Received: from ti-out-0910.google.com ([209.85.142.186]:22942 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755930AbZDGF1q (ORCPT ); Tue, 7 Apr 2009 01:27:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PGb0EICvX4fKZoBIOp2vt4xSRWpN4PIBDXixz94Q6wij6R2YdKIyGj0nRZXOpo9i9M aGmV+PrXHy8mgRUguIgvTtsS2UcxJ5Gb4KUopEGNICKZsiKTg+REgtOtqBizjfcKqSst 4BE6U9HJAw4z2ZZ4Ix8R3OZkRFMAE8bC2U5PY= MIME-Version: 1.0 In-Reply-To: <49D9CF13.60202@in.ibm.com> References: <20090406164555.e1232116.sfr@canb.auug.org.au> <49D9CF13.60202@in.ibm.com> Date: Tue, 7 Apr 2009 13:27:42 +0800 Message-ID: Subject: Re: Next April 6 : x86 allmodconfig failure [drivers/pci] From: Jike Song To: Sachin Sant Cc: LKML , Stephen Rothwell , linux-next@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1546 Lines: 41 On Mon, Apr 6, 2009 at 5:44 PM, Sachin Sant wrote: > Today's next tree allmodconfig build on x86 failed with > > drivers/pci/intel-iommu.c:2636:35: error: macro "if" passed 2 arguments, but > takes just 1 > drivers/pci/intel-iommu.c: In function init_iommu_hw: > drivers/pci/intel-iommu.c:2636: error: expected ( before { token > drivers/pci/intel-iommu.c:2637: error: ______r undeclared (first use in this > function) > drivers/pci/intel-iommu.c:2637: error: (Each undeclared identifier is > reported only once > drivers/pci/intel-iommu.c:2637: error: for each function it appears in.) > drivers/pci/intel-iommu.c:2640:35: error: macro "if" passed 2 arguments, but > takes just 1 > drivers/pci/intel-iommu.c:2640: error: expected ( before { token > > and many more of such errors. Similar errors with intr_remapping.c > > drivers/pci/intr_remapping.c:679:28: error: macro "if" passed 2 arguments, > but takes just 1 > drivers/pci/intr_remapping.c: In function disable_intr_remapping: > drivers/pci/intr_remapping.c:679: error: expected ( before { token > drivers/pci/intr_remapping.c:693:28: error: macro "if" passed 2 arguments, > but takes just 1 > ...... > > Thanks > -Sachin Also happens on linux-next? This happens on Linus tree: v2.6.29-9854-gd508afb -- Thanks, Jike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/