On Dec 8, 2007 2:42 PM, Ingo Molnar <mingo@elte.hu> wrote:
With hpet=disable (clocksource is acpi_pm ) the usleeps are somewhat
more closer to correct - under idle as well as under kernel
compilation load.
But there are still fluctuations under 100% idle -
Kernel compile
--------------------------
real 0m1.112s
user 0m0.004s
sys 0m0.000s
real 0m1.112s
user 0m0.000s
sys 0m0.000s
real 0m1.115s
user 0m0.000s
sys 0m0.000s
real 0m1.112s
user 0m0.000s
sys 0m0.000s
real 0m1.112s
user 0m0.000s
sys 0m0.000s
------------------------------
IDLE
real 0m1.112s
user 0m0.000s
sys 0m0.000s
real 0m1.131s
user 0m0.000s
sys 0m0.000s
real 0m1.112s
user 0m0.000s
sys 0m0.000s
real 0m1.112s
user 0m0.000s
sys 0m0.000s
real 0m1.139s
user 0m0.000s
sys 0m0.000s
Yep, I was about to say that there are indeed real soft-lockups going
on as opposed to the psuedo ones that we thought may be due to timer
inconsistencies.
BTW this is no-preempt config and 2.6.22 and latest Centos-5.1
kernels ran fine with HPET.
Parag
--