diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-15 17:14:06 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-15 17:14:06 -0400 |
commit | f798391867cf85a6a408cf8d8a27fea1d954f27b (patch) | |
tree | f09cadde3217cc1a85b1f658c4c291cd7c2a0c73 | |
parent | 7cebe7b3099d5c0b247f242e14d6146cb6b5fe5e (diff) | |
download | kernel-f798391867cf85a6a408cf8d8a27fea1d954f27b.tar.gz kernel-f798391867cf85a6a408cf8d8a27fea1d954f27b.tar.xz kernel-f798391867cf85a6a408cf8d8a27fea1d954f27b.zip |
switch non debugged flavours too...
-rw-r--r-- | config-nodebug | 2 | ||||
-rw-r--r-- | kernel.spec | 2 |
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> |