summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-nodebug2
-rw-r--r--kernel.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/config-nodebug b/config-nodebug
index dac309530..d2288c5e6 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -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 1d56d90b0..dfa85e324 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1946,7 +1946,7 @@ fi
%changelog
* Fri Oct 15 2010 Kyle McMartin <kyle@redhat.com>
-- Switch -debug to pci=use_crs by default (it should have been fixed since
+- Switched 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@redhat.com>