diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index cd40aba6aa95..b9629384263c 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -1576,6 +1576,10 @@ static int __init parse_acpi(char *arg) | |||
1576 | /* "acpi=noirq" disables ACPI interrupt routing */ | 1576 | /* "acpi=noirq" disables ACPI interrupt routing */ |
1577 | else if (strcmp(arg, "noirq") == 0) { | 1577 | else if (strcmp(arg, "noirq") == 0) { |
1578 | acpi_noirq_set(); | 1578 | acpi_noirq_set(); |
1579 | } | ||
1580 | /* "acpi=copy_dsdt" copys DSDT */ | ||
1581 | else if (strcmp(arg, "copy_dsdt") == 0) { | ||
1582 | acpi_gbl_copy_dsdt_locally = 1; | ||
1579 | } else { | 1583 | } else { |
1580 | /* Core will printk when we return error. */ | 1584 | /* Core will printk when we return error. */ |
1581 | return -EINVAL; | 1585 | return -EINVAL; |