]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/acpi/sleep.c
Suspend-related patches for 2.6.27
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / acpi / sleep.c
index afc25ee9964b6628ba4808e13b48c192caeec87b..882e970032d5c8054df337b35b1bbd7dfe65a3d8 100644 (file)
@@ -124,6 +124,8 @@ static int __init acpi_sleep_setup(char *str)
                        acpi_realmode_flags |= 2;
                if (strncmp(str, "s3_beep", 7) == 0)
                        acpi_realmode_flags |= 4;
+               if (strncmp(str, "old_ordering", 12) == 0)
+                       acpi_old_suspend_ordering();
                str = strchr(str, ',');
                if (str != NULL)
                        str += strspn(str, ", \t");