Commit f1369bc8 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown

[PATCH] acpi build fix

setup.c:608: `acpi_skip_timer_override' undeclared
parent 71271be3
......@@ -618,8 +618,10 @@ static void __init parse_cmdline_early (char ** cmdline_p)
else if (!memcmp(from, "acpi_sci=low", 12))
acpi_sci_flags.polarity = 3;
#ifdef CONFIG_X86_IO_APIC
else if (!memcmp(from, "acpi_skip_timer_override", 24))
acpi_skip_timer_override = 1;
#endif
#ifdef CONFIG_X86_LOCAL_APIC
/* disable IO-APIC */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment