http://bugzilla.kernel.org/show_bug.cgi?id=10482
------- Comment #26 from [EMAIL PROTECTED] 2008-05-22 06:36 ------- Created an attachment (id=16245) --> (http://bugzilla.kernel.org/attachment.cgi?id=16245&action=view) Log from cpu_idle_wait with ssleep. This it the log output with some printk's added to cpu_idle_wait. I also changed printk to always show which cpu it is executing on (the @0 and @1 after the timestamp). To me it looks like a sleep on CPU 1 won't wake up unless/until a sleep on CPU 0 has been executed. When unplugging the power cable, there will be executed some ACPI code on CPU 0, which sleeps (three sleeps actually - 500ms, 100ms & 100ms). I will attach a log showing this. The sleep in cpu_idle_wait has the same effect, as it also executes on CPU 0. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
