Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752606AbZA1BEj (ORCPT ); Tue, 27 Jan 2009 20:04:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751557AbZA1BEa (ORCPT ); Tue, 27 Jan 2009 20:04:30 -0500 Received: from sh.osrg.net ([192.16.179.4]:43154 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbZA1BE3 (ORCPT ); Tue, 27 Jan 2009 20:04:29 -0500 Date: Wed, 28 Jan 2009 10:04:13 +0900 To: tony.luck@intel.com Cc: mingo@elte.hu, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Subject: RE: [PATCH -tip] IA64: fix the compile error on IA64_DIG_VTD From: FUJITA Tomonori In-Reply-To: <20090128100040J.fujita.tomonori@lab.ntt.co.jp> References: <20090127144637.GA14728@elte.hu> <57C9024A16AD2D4C97DC78E552063EA35F1F9A94@orsmsx505.amr.corp.intel.com> <20090128100040J.fujita.tomonori@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20090128100454H.fujita.tomonori@lab.ntt.co.jp> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1243 Lines: 26 On Wed, 28 Jan 2009 10:00:11 +0900 FUJITA Tomonori wrote: > On Tue, 27 Jan 2009 09:17:58 -0800 > "Luck, Tony" wrote: > > > > > > --- > > > > > arch/ia64/kernel/dma-mapping.c | 3 +++ > > > > > arch/ia64/kernel/pci-swiotlb.c | 3 --- > > > > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > > > > > Applied to tip/core/iommu, thanks! > > > > > > Tony, is this fix fine with you too? > > > > It works ... and dma-mapping.c is OK as a location for the > > definition. But there seemes to be some small scope for a > > related cleanup: > > > > There are "extern" declarations for "iommu_detected" in both > > (x86 and ia64) and also in > > We can remove them in dmar.h. X86 exported iommu_detected and no_iommu > in several IOMMU code and we merged them into dmar.h. Seems that we ~~~~~~ asm/iommu.h -- 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/