Re: [PATH] 11-24 swsusp update 3/3

From: Colin Leroy
Date: Wed Nov 24 2004 - 12:54:58 EST


On 24 Nov 2004 at 16h11, hugang@xxxxxxxxxxxx wrote:

Hi,

> +++ linux-2.6.9-ppc-g4-peval-hg/drivers/macintosh/therm_adt746x.c
> @@ -238,6 +239,11 @@
> #endif
> while(!kthread_should_stop())
> {
> + if (current->flags & PF_FREEZE) {
> + printk(KERN_INFO "therm_adt746x: freezing thermostat\n");
> + refrigerator(PF_FREEZE);
> + }
> +

It's already in BK:
http://linux.bkbits.net:8080/linux-2.5/cset@4174ae53kZONcTQPizEVPMKvSrJB6g
--
Colin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/