[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090226175756.GP6690@bombadil.infradead.org>
Date: Thu, 26 Feb 2009 12:57:56 -0500
From: Kyle McMartin <kyle@...radead.org>
To: x86@...nel.org
Cc: dwmw2@...radead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] x86: enable DMAR by default
From: Kyle McMartin <kyle@...hat.com>
Now that the obvious bugs have been worked out, specifically
the iwlagn issue, and the write buffer errata, DMAR should be safe
to turn back on by default. (We've had it on since those patches were
first written a few weeks ago, without any noticeable bug reports
(most have been due to the dma-api debug patchset.))
Signed-off-by: Kyle McMartin <kyle@...hat.com>
---
Probably 2.6.29 material, but should definitely go in for 2.6.30.
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9c39095..bc2fbad 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1803,7 +1803,7 @@ config DMAR
remapping devices.
config DMAR_DEFAULT_ON
- def_bool n
+ def_bool y
prompt "Enable DMA Remapping Devices by default"
depends on DMAR
help
--
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