Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763305AbYBWGRh (ORCPT ); Sat, 23 Feb 2008 01:17:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753569AbYBWGPx (ORCPT ); Sat, 23 Feb 2008 01:15:53 -0500 Received: from mo10.iij4u.or.jp ([210.138.174.78]:52365 "EHLO mo10.iij4u.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbYBWGPt (ORCPT ); Sat, 23 Feb 2008 01:15:49 -0500 From: FUJITA Tomonori To: linux-kernel@vger.kernel.org Cc: tomof@acm.org, FUJITA Tomonori , Richard Henderson , Ivan Kokshaysky , Andrew Morton Subject: [PATCH -mm 4/4] alpha: remove unused DEBUG_FORCEDAC define in IOMMU Date: Sat, 23 Feb 2008 15:13:15 +0900 Message-Id: <1203747195-7952-5-git-send-email-fujita.tomonori@lab.ntt.co.jp> X-Mailer: git-send-email 1.5.3.7 In-Reply-To: <1203747195-7952-4-git-send-email-fujita.tomonori@lab.ntt.co.jp> References: <1203747195-7952-1-git-send-email-fujita.tomonori@lab.ntt.co.jp> <1203747195-7952-2-git-send-email-fujita.tomonori@lab.ntt.co.jp> <1203747195-7952-3-git-send-email-fujita.tomonori@lab.ntt.co.jp> <1203747195-7952-4-git-send-email-fujita.tomonori@lab.ntt.co.jp> X-Dispatcher: imput version 20040704(IM147) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 911 Lines: 25 This just removes unused DEBUG_FORCEDAC define in the IOMMU code. Signed-off-by: FUJITA Tomonori Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Andrew Morton --- arch/alpha/kernel/pci_iommu.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c index 54540c3..be6fa10 100644 --- a/arch/alpha/kernel/pci_iommu.c +++ b/arch/alpha/kernel/pci_iommu.c @@ -31,7 +31,6 @@ #endif #define DEBUG_NODIRECT 0 -#define DEBUG_FORCEDAC 0 #define ISA_DMA_MASK 0x00ffffff -- 1.5.3.4 -- 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/