X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86_64%2Fkernel%2Fsetup.c;h=c091fa1145140673c948e05fe899426b3e766e4e;hp=666fe8bcca0e7a7051699ceff20da2877c37ed37;hb=229992446b12fbc755825b6a9f38fc6a273e1f19;hpb=0a65800243742480b4b594b619b759749a3cfef4 diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 666fe8bcca0e..c091fa114514 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c @@ -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) ||