aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/sleep.c')
-rw-r--r--arch/x86/kernel/acpi/sleep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c
index afc25ee9964b..882e970032d5 100644
--- a/arch/x86/kernel/acpi/sleep.c
+++ b/arch/x86/kernel/acpi/sleep.c
@@ -124,6 +124,8 @@ static int __init acpi_sleep_setup(char *str)
124 acpi_realmode_flags |= 2; 124 acpi_realmode_flags |= 2;
125 if (strncmp(str, "s3_beep", 7) == 0) 125 if (strncmp(str, "s3_beep", 7) == 0)
126 acpi_realmode_flags |= 4; 126 acpi_realmode_flags |= 4;
127 if (strncmp(str, "old_ordering", 12) == 0)
128 acpi_old_suspend_ordering();
127 str = strchr(str, ','); 129 str = strchr(str, ',');
128 if (str != NULL) 130 if (str != NULL)
129 str += strspn(str, ", \t"); 131 str += strspn(str, ", \t");