]> git.proxmox.com Git - pve-kernel-2.6.32.git/blob - fix-aspm-policy.patch
Makefile: use "--product pve" for upload target
[pve-kernel-2.6.32.git] / fix-aspm-policy.patch
1 --- linux-2.6-2.6.32/drivers/pci/pcie/aspm.c.org 2011-09-09 06:51:53.000000000 +0200
2 +++ linux-2.6-2.6.32/drivers/pci/pcie/aspm.c 2011-09-09 06:52:09.000000000 +0200
3 @@ -75,7 +75,7 @@
4 #define POLICY_DEFAULT 0 /* BIOS default setting */
5 #define POLICY_PERFORMANCE 1 /* high performance */
6 #define POLICY_POWERSAVE 2 /* high power saving */
7 -static int aspm_policy = POLICY_POWERSAVE;
8 +static int aspm_policy = POLICY_DEFAULT;
9 static const char *policy_str[] = {
10 [POLICY_DEFAULT] = "default",
11 [POLICY_PERFORMANCE] = "performance",