ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvs
[pandora-kernel.git] / arch / x86 / kernel / acpi / sleep.c
index 806b4e9..707c1f6 100644 (file)
@@ -159,6 +159,8 @@ static int __init acpi_sleep_setup(char *str)
 #endif
                if (strncmp(str, "old_ordering", 12) == 0)
                        acpi_old_suspend_ordering();
+               if (strncmp(str, "s4_nonvs", 8) == 0)
+                       acpi_s4_no_nvs();
                str = strchr(str, ',');
                if (str != NULL)
                        str += strspn(str, ", \t");