From: Milan Broz Date: Tue, 12 Aug 2008 15:48:27 +0000 (+0200) Subject: ACPI: Fix thermal shutdowns X-Git-Tag: v2.6.27-rc4~68^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f497bcc695fb828da023d74ad3c966b1e58ad21;p=pandora-kernel.git ACPI: Fix thermal shutdowns Do not use unsigned int if there is test for negative number... See drivers/acpi/processor_perflib.c static unsigned int ignore_ppc = -1; ... if (event == CPUFREQ_START && ignore_ppc <= 0) { ignore_ppc = 0; ... Signed-off-by: Milan Broz Signed-off-by: Andi Kleen --- Reading git-diff-tree failed