From: Srinivas Pandruvada Date: Thu, 11 Jul 2013 16:50:30 +0000 (-0700) Subject: Thermal: x86 package temp thermal crash X-Git-Tag: v3.11-rc3~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ed0a17f0292300b3caca32d823ecd32554a667;p=pandora-kernel.git Thermal: x86 package temp thermal crash On systems with no package MSR support this caused crash as there is a bug in the logic to check presence of DTHERM and PTS feature together. Added a change so that when there is no PTS support, module doesn't get loaded. Even if some CPU comes online with the PTS feature disabled, and other CPUs has this support, this patch will still prevent such MSR accesses. Signed-off-by: Srinivas Pandruvada Reported-by: Daniel Walker Signed-off-by: Zhang Rui --- Reading git-diff-tree failed