Hmm. Haven't seen that before, but if confirms what I guessed from
your previous dmesg information. I wonder why you did not observe
strange behaviour with older kernel versions. I don't mean the
b43legacy errors, which might be caused by the wrong calibrated TSC,
but those even should show strange behaviour vs. time.
Can you please provide the output of an older "working" kernel version
from:
# cat /sys/devices/system/clocksource/clocksource0/current_clocksource
after the TSC was set to unstable. It should say acpi_pm.
If that's the case please run
# time sleep 60
on a shell and provide the output and verify it against a knwn to be
halfways correct stopwatch.
Then do the same on the current mainline with pm_timer
disabled. current clocksource should be either jiffies or tsc.
Thanks,
tglx
--