http://bugzilla.kernel.org/show_bug.cgi?id=7376





------- Additional Comments From [EMAIL PROTECTED]  2006-11-07 11:41 -------
No. The reason it works in UP is because update_process_times() is called on a 
external timer interrupt on a UP kernel. And that external timer works without 
issues.

But on SMP kernel, update_process_times() is called in local APIC timer.

So, short term resolution is to use UP kernel.
For SMP kernel, we cannot switch to update process time in external timer, due 
to possibility of hotplug.

My feeling is, cleanest solution to this is to have idle time micro-accounting 
and use that instead of these timers. But that is bigger change to do right 
now.


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to