[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080418193802.GK7674@cvg>
Date: Fri, 18 Apr 2008 23:38:02 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Matthew <jackdachef@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: Linux 2.6.25
[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 -
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists