[kernel] turn on pci crs on -debug

Kyle McMartin kyle at fedoraproject.org
Fri Oct 15 20:52:55 UTC 2010


commit 7cebe7b3099d5c0b247f242e14d6146cb6b5fe5e
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Fri Oct 15 16:52:39 2010 -0400

    turn on pci crs on -debug

 config-debug |    2 +-
 kernel.spec  |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-debug b/config-debug
index 12f8e11..4414453 100644
--- a/config-debug
+++ b/config-debug
@@ -89,7 +89,7 @@ CONFIG_QUOTA_DEBUG=y
 
 # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
 
-# CONFIG_PCI_DEFAULT_USE_CRS is not set
+CONFIG_PCI_DEFAULT_USE_CRS=y
 
 CONFIG_KGDB_KDB=y
 CONFIG_KDB_KEYBOARD=y
diff --git a/kernel.spec b/kernel.spec
index c9dc2d1..1d56d90 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1946,6 +1946,10 @@ fi
 
 %changelog
 * Fri Oct 15 2010 Kyle McMartin <kyle at redhat.com>
+- Switch -debug to pci=use_crs by default (it should have been fixed since
+  cebbert sucked in the patches anyway.)
+
+* Fri Oct 15 2010 Kyle McMartin <kyle at redhat.com>
 - backport pnpacpi-cope-with-invalid-device-ids from linux-next.
   (rhbz#641468)
 


More information about the scm-commits mailing list