[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091209062850.4245.11541.sendpatchset@localhost.localdomain>
Date: Wed, 9 Dec 2009 01:25:48 -0500
From: Amerigo Wang <amwang@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, Glauber Costa <gcosta@...hat.com>,
Amerigo Wang <amwang@...hat.com>, Ingo Molnar <mingo@...e.hu>
Subject: [Patch] i386: remove 'usedac' kernel parameter
It is scheduled to be removed.
Signed-off-by: WANG Cong <amwang@...hat.com>
Cc: Glauber Costa <gcosta@...hat.com>
Cc: Ingo Molnar <mingo@...e.hu>
---
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 591e944..8c895f6 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -291,13 +291,6 @@ Who: Michael Buesch <mb@...sch.de>
---------------------------
-What: usedac i386 kernel parameter
-When: 2.6.27
-Why: replaced by allowdac and no dac combination
-Who: Glauber Costa <gcosta@...hat.com>
-
----------------------------
-
What: print_fn_descriptor_symbol()
When: October 2009
Why: The %pF vsprintf format provides the same functionality in a
diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c
index afcc58b..2f76c7b 100644
--- a/arch/x86/kernel/pci-dma.c
+++ b/arch/x86/kernel/pci-dma.c
@@ -210,10 +210,6 @@ static __init int iommu_setup(char *p)
forbid_dac = 0;
if (!strncmp(p, "nodac", 5))
forbid_dac = 1;
- if (!strncmp(p, "usedac", 6)) {
- forbid_dac = -1;
- return 1;
- }
#ifdef CONFIG_SWIOTLB
if (!strncmp(p, "soft", 4))
swiotlb = 1;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists