From: Guenter Roeck Date: Sat, 14 Dec 2013 17:30:15 +0000 (-0800) Subject: i8k: Force SMM to run on CPU 0 X-Git-Tag: v3.14-rc1~152^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36fdb9f0266;p=pandora-kernel.git i8k: Force SMM to run on CPU 0 On Studio 1555 with dual-core CPU, reading sensor attributes exported by this driver resulted in random failures combined with system hangups and forced logouts. Information in drivers/firmware/dcdbas.c suggests that SMM accesses must run on CPU 0. With this patch, the problems are gone, suggesting that this is in fact the case. Code derived from drivers/firmware/dcdbas.c. Cc: Jean Delvare Signed-off-by: Guenter Roeck Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed