From 7cebe7b3099d5c0b247f242e14d6146cb6b5fe5e Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 15 Oct 2010 16:52:39 -0400 Subject: [PATCH] turn on pci crs on -debug --- config-debug | 2 +- kernel.spec | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config-debug b/config-debug index 12f8e110c..441445364 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 c9dc2d173..1d56d90b0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1945,6 +1945,10 @@ fi # || || %changelog +* Fri Oct 15 2010 Kyle McMartin +- 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 - backport pnpacpi-cope-with-invalid-device-ids from linux-next. (rhbz#641468)