Jesse Keating 2f82dda
diff -up linux-2.6.30.noarch/drivers/pci/pcie/aspm.c.mjg linux-2.6.30.noarch/drivers/pci/pcie/aspm.c
Jesse Keating 2f82dda
--- linux-2.6.30.noarch/drivers/pci/pcie/aspm.c.mjg	2009-07-16 22:01:11.000000000 +0100
Jesse Keating 2f82dda
+++ linux-2.6.30.noarch/drivers/pci/pcie/aspm.c	2009-07-16 22:01:30.000000000 +0100
Jesse Keating 2f82dda
@@ -65,7 +65,7 @@ static LIST_HEAD(link_list);
Jesse Keating 2f82dda
 #define POLICY_DEFAULT 0	/* BIOS default setting */
Jesse Keating 2f82dda
 #define POLICY_PERFORMANCE 1	/* high performance */
Jesse Keating 2f82dda
 #define POLICY_POWERSAVE 2	/* high power saving */
Jesse Keating 2f82dda
-static int aspm_policy;
Jesse Keating 2f82dda
+static int aspm_policy = POLICY_POWERSAVE;
Jesse Keating 2f82dda
 static const char *policy_str[] = {
Jesse Keating 2f82dda
 	[POLICY_DEFAULT] = "default",
Jesse Keating 2f82dda
 	[POLICY_PERFORMANCE] = "performance",