]> Git Repo - linux.git/commitdiff
x86: enable DMAR by default
authorKyle McMartin <[email protected]>
Thu, 26 Feb 2009 17:57:56 +0000 (12:57 -0500)
committerIngo Molnar <[email protected]>
Thu, 26 Feb 2009 19:59:47 +0000 (20:59 +0100)
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 <[email protected]>
Acked-by: David Woodhouse <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/Kconfig

index 9c39095b33fc0d1dbdc7f92408314dae1ed38e87..bc2fbadff9f90fe681d9c30ae621d1ec94e348cf 100644 (file)
@@ -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
This page took 0.055864 seconds and 4 git commands to generate.