--- zzzz-none-000/linux-2.6.19.2/arch/x86_64/kernel/early-quirks.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/x86_64/kernel/early-quirks.c 2007-01-11 07:38:19.000000000 +0000 @@ -45,13 +45,7 @@ /* * All timer overrides on Nvidia are * wrong unless HPET is enabled. - * Unfortunately that's not true on many Asus boards. - * We don't know yet how to detect this automatically, but - * at least allow a command line override. */ - if (acpi_use_timer_override) - return; - nvidia_hpet_detected = 0; acpi_table_parse(ACPI_HPET, nvidia_hpet_check); if (nvidia_hpet_detected == 0) { @@ -59,8 +53,6 @@ printk(KERN_INFO "Nvidia board " "detected. Ignoring ACPI " "timer override.\n"); - printk(KERN_INFO "If you got timer trouble " - "try acpi_use_timer_override\n"); } #endif /* RED-PEN skip them on mptables too? */