diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-09-08 14:37:04 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-09-08 14:37:04 -0400 |
commit | 128366174eee7ef568a2e3795657fe6c6944837a (patch) | |
tree | b5d607a613fcadab44381f012dbc7b0a75e3cad3 /kernel.spec | |
parent | a95145a328fcb1853e400e89b26d22d23f3f3117 (diff) | |
download | kernel-128366174eee7ef568a2e3795657fe6c6944837a.tar.gz kernel-128366174eee7ef568a2e3795657fe6c6944837a.tar.xz kernel-128366174eee7ef568a2e3795657fe6c6944837a.zip |
linux-2.6-defaults-pci_use_crs
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 51b9b6157..4a647b93a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -618,6 +618,7 @@ Patch203: linux-2.6-debug-vm-would-have-oomkilled.patch Patch204: linux-2.6-debug-always-inline-kzalloc.patch Patch380: linux-2.6-defaults-pci_no_msi.patch +Patch381: linux-2.6-defaults-pci_use_crs.patch Patch383: linux-2.6-defaults-aspm.patch Patch390: linux-2.6-defaults-acpi-video.patch @@ -1179,6 +1180,7 @@ ApplyPatch linux-2.6-debug-always-inline-kzalloc.patch # # make default state of PCI MSI a config option ApplyPatch linux-2.6-defaults-pci_no_msi.patch +ApplyPatch linux-2.6-defaults-pci_use_crs.patch # enable ASPM by default on hardware we expect to work ApplyPatch linux-2.6-defaults-aspm.patch @@ -1882,6 +1884,10 @@ fi # || || %changelog +* Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com> +- Make pci=use_crs a compile-time config option we can switch the default + value of easily. + * Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.18.rc3.git1 - 2.6.36-rc3-git1 - Set CONFIG_CRYPTO_MANAGER_DISABLE_TESTS for nodebug, and unset for debug. |