dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] x86_64: Add acpi_skip_timer_override option

Add acpi_skip_timer_override option.  It was missing previously.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andi Kleen 2005-04-16 15:25:17 -07:00 committed by Linus Torvalds
parent 0a65800243
commit 229992446b
1 changed files with 4 additions and 0 deletions

View File

@ -327,6 +327,10 @@ static __init void parse_cmdline_early (char ** cmdline_p)
else if (!memcmp(from, "acpi=strict", 11)) {
acpi_strict = 1;
}
#ifdef CONFIG_X86_IO_APIC
else if (!memcmp(from, "acpi_skip_timer_override", 24))
acpi_skip_timer_override = 1;
#endif
#endif
if (!memcmp(from, "nolapic", 7) ||