I checked out my BIOS and my CPU is actually at 67C according to it. The BIOS has a temperature shutdown threshold, which I've tried increasing, but it doesn't help.Critical temperature reached 57C, shutting down.
As my system has been running the last 2 days under kernel 2.4 doing an emerge -u world, I would say it's been running at least at that temperature for 2 days, and is fine as a result, so I think it's safe to leave it running at this temp.
My question is, how do I convince ACPI of this? I realise I could just recompile the kernel without the thermal support, but I'd like to leave it in there in case something does go wrong (like the fan breaking)
The ACPI doc mentions a file in /proc that can be used to set the critical temperature, but I don't get a chance to set that as init shutsdown as soon as it's started.
I could try compiling thermal as a module, but I suspect that doing so will cause the /proc entry to disappear until the module is loaded, at which point it will probably shut down before I can write the correct value to the file.

