summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-10-15 17:14:06 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-10-15 17:14:06 -0400
commitf798391867cf85a6a408cf8d8a27fea1d954f27b (patch)
treef09cadde3217cc1a85b1f658c4c291cd7c2a0c73
parent7cebe7b3099d5c0b247f242e14d6146cb6b5fe5e (diff)
downloadkernel-f798391867cf85a6a408cf8d8a27fea1d954f27b.tar.gz
kernel-f798391867cf85a6a408cf8d8a27fea1d954f27b.tar.xz
kernel-f798391867cf85a6a408cf8d8a27fea1d954f27b.zip
switch non debugged flavours too...
-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>