diff options
Diffstat (limited to 'arch/x86/kernel/acpi/sleep.c')
| -rw-r--r-- | arch/x86/kernel/acpi/sleep.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 793ad2045f5..868de3d5c39 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -158,6 +158,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");  |