http://bugzilla.kernel.org/show_bug.cgi?id=11877
------- Comment #12 from [EMAIL PROTECTED] 2008-11-16 18:34 ------- >From the acpidump it seems that the temperature of TZ01 thermal zone is obtained by the evaluating the following ACPI object: > Method (_TMP, 0, Serialized) { If (LEqual (\_SB.PCI0.LPCB.EC0.ECRY, One)) { If (DTSE) { Store (DTS2, Local1) If (LGreaterEqual (DTS1, DTS2)) { Store (DTS1, Local1) } Multiply (Local1, 0x0A, Local0) Add (Local0, 0x0AAC, Local0) Return (Local0) } } Return (0x0BB8) } It is related with the DTSE, DTS1,DTS2 object defined in GNVS memory region. From the gnvs it seems that the initial temperature of TZ01 thermal zone is 55. But why is the 100 degree returned by the TZ01 thermal zone after use the cpu intensive application? It is very strange. Will you please do the test as suggested by Len in comment #8? thanks. -- 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 the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla