]> git.proxmox.com Git - pve-kernel-2.6.32.git/blame - fix-aspm-policy.patch
update to vzkernel-2.6.32-042stab113.12.src.rpm
[pve-kernel-2.6.32.git] / fix-aspm-policy.patch
CommitLineData
2153c684
DM
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",