turn on pci crs on -debug

This commit is contained in:
Kyle McMartin 2010-10-15 16:52:39 -04:00
parent 694abf90a3
commit 7cebe7b309
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1945,6 +1945,10 @@ 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
cebbert sucked in the patches anyway.)
* Fri Oct 15 2010 Kyle McMartin <kyle@redhat.com>
- backport pnpacpi-cope-with-invalid-device-ids from linux-next.
(rhbz#641468)