From 3247800676c4a04352cde72b9935b57ffc72ce15 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 8 Oct 2010 04:59:38 -0400 Subject: [PATCH] hwmon: (coretemp) fix reading of microcode revision (v2) According to the documentation, simply reading the respective MSR isn't sufficient: It should be written with zeros, cpuid(1) be executed, and then read (see arch/x86/kernel/cpu/intel.c for an example). v2: Fail probe when microcode revision cannot be determined, but is needed to check for proper operation. Signed-off-by: Jan Beulich Cc: Fenghua Yu Cc: Chen Gong Cc: Jean Delvare Acked-by: Fenghua Yu Signed-off-by: Guenter Roeck --- Reading git-format-patch failed