[Linus Torvalds - Fri, Apr 18, 2008 at 08:43:35AM -0700]
|
|
| On Fri, 18 Apr 2008, Matthew wrote:
| >
| > I can "reproduce" this on an Intel Core 2 Duo 6600 (Conroe) with a P5W
| > DH Deluxe mainboard (by Asus) since at least 2.6.25-rc8 (or possibly
| > also rc7)
|
| Can you bisect it?
|
| Linus
it seems drivers/acpi/thermal.c has a small nit
881: /* sys I/F for generic thermal sysfs support */
882: #define KELVIN_TO_MILLICELSIUS(t) (t * 100 - 273200)
but it should multiply by 1000 meguess
- Cyrill -
--