Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 22 Sep 2002 16:48:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 22 Sep 2002 16:48:14 -0400 Received: from [195.39.17.254] ([195.39.17.254]:10368 "EHLO Elf.ucw.cz") by vger.kernel.org with ESMTP id ; Sun, 22 Sep 2002 16:47:11 -0400 Date: Sat, 21 Sep 2002 23:09:15 +0200 From: Pavel Machek To: Andrew Grover , kernel list Subject: Thermal fix Message-ID: <20020921210915.GA31794@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Warning: Reading this can be dangerous to your mental health. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1023 Lines: 30 Hi! Without this, thermal support will happily cook your machine. Well if it does cook it was non-compliant, it should have shut down. Anyway, this is important, please apply. Pavel PS: Is it possible that broken thermal support killed my harddrive? I was experiencing some overheats, now drive developed bad sectors :-(. --- clean/drivers/acpi/processor.c 2002-07-29 20:02:23.000000000 +0200 +++ linux-swsusp/drivers/acpi/processor.c 2002-09-21 13:07:50.000000000 +0200 @@ -1468,6 +1468,9 @@ * performance state. */ + px = pr->limit.thermal.px; + tx = pr->limit.thermal.tx; + switch (type) { case ACPI_PROCESSOR_LIMIT_NONE: -- Worst form of spam? Adding advertisment signatures ala sourceforge.net. What goes next? Inserting advertisment *into* email? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/