diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2012-03-26 20:22:58 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2012-03-26 20:22:58 -0500 |
commit | 62c169cbc376249a4e1994067edc62c7b64d4c47 (patch) | |
tree | 095edccb253747c2d04518f25e48282d34cfd4d8 /linux-2.6-defaults-aspm.patch | |
parent | d5a077e50087def572b513c01402be19eeac933e (diff) | |
download | kernel-62c169cbc376249a4e1994067edc62c7b64d4c47.tar.gz kernel-62c169cbc376249a4e1994067edc62c7b64d4c47.tar.xz kernel-62c169cbc376249a4e1994067edc62c7b64d4c47.zip |
Linux v3.3-6972-ge22057c
Diffstat (limited to 'linux-2.6-defaults-aspm.patch')
-rw-r--r-- | linux-2.6-defaults-aspm.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linux-2.6-defaults-aspm.patch b/linux-2.6-defaults-aspm.patch deleted file mode 100644 index 49b832d2c..000000000 --- a/linux-2.6-defaults-aspm.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up linux-2.6.30.noarch/drivers/pci/pcie/aspm.c.mjg linux-2.6.30.noarch/drivers/pci/pcie/aspm.c ---- linux-2.6.30.noarch/drivers/pci/pcie/aspm.c.mjg 2009-07-16 22:01:11.000000000 +0100 -+++ linux-2.6.30.noarch/drivers/pci/pcie/aspm.c 2009-07-16 22:01:30.000000000 +0100 -@@ -65,7 +65,7 @@ static LIST_HEAD(link_list); - #define POLICY_DEFAULT 0 /* BIOS default setting */ - #define POLICY_PERFORMANCE 1 /* high performance */ - #define POLICY_POWERSAVE 2 /* high power saving */ --static int aspm_policy; -+static int aspm_policy = POLICY_POWERSAVE; - static const char *policy_str[] = { - [POLICY_DEFAULT] = "default", - [POLICY_PERFORMANCE] = "performance", |