thermal fixup for broken BIOS Signed-off-by: Zhang Rui --- drivers/acpi/thermal.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux-2.6/drivers/acpi/thermal.c =================================================================== --- linux-2.6.orig/drivers/acpi/thermal.c +++ linux-2.6/drivers/acpi/thermal.c @@ -326,7 +326,9 @@ static int acpi_thermal_set_cooling_mode #define ACPI_TRIPS_ACTIVE 0x08 #define ACPI_TRIPS_DEVICES 0x10 -#define ACPI_TRIPS_REFRESH_THRESHOLDS (ACPI_TRIPS_PASSIVE | ACPI_TRIPS_ACTIVE) +#define ACPI_TRIPS_REFRESH_THRESHOLDS (ACPI_TRIPS_PASSIVE | \ + ACPI_TRIPS_ACTIVE | \ + ACPI_TRIPS_DEVICES) #define ACPI_TRIPS_REFRESH_DEVICES ACPI_TRIPS_DEVICES #define ACPI_TRIPS_INIT (ACPI_TRIPS_CRITICAL | ACPI_TRIPS_HOT | \