Re: 2.6.17-rc1-mm3: time-i386-clocksource-drivers*.patch brokeuserspace apps
From: john stultz
Date: Tue May 02 2006 - 14:17:07 EST
On Sun, 2006-04-30 at 14:59 +0200, Laurent Riffard wrote:
> [root@antares ~]# grep clocksource dmesg-2.6.17-rc*
> dmesg-2.6.17-rc1-mm1:Time: tsc clocksource has been installed.
> dmesg-2.6.17-rc1-mm1:Time: acpi_pm clocksource has been installed.
> dmesg-2.6.17-rc1-mm2:Time: tsc clocksource has been installed.
> dmesg-2.6.17-rc1-mm2:Time: acpi_pm clocksource has been installed.
> dmesg-2.6.17-rc1-mm3:Time: tsc clocksource has been installed.
> dmesg-2.6.17-rc1-mm3:Time: pit clocksource has been installed.
> dmesg-2.6.17-rc2-mm1:Time: tsc clocksource has been installed.
> dmesg-2.6.17-rc2-mm1:Time: pit clocksource has been installed.
>
> Is pit clocksource broken ? If so, how can I get back acpi_pm
> clocksource ?
Sorry, I still don't have a patch for the PIT problems you're seeing,
but I did track down why the ACPI PM disappeared.
It looks like its from the patch:
i386-x86-64-fix-acpi-disabled-lapic-handling.patch
The second chunk adds:
+ if (!cpu_has_apic)
+ return -ENODEV;
+
Right before we probe for the ACPI PM timer.
Andi, is there some way we can move that to after the ACPI PM probe?
thanks
-john
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/