From 14513ee696a0cd12a19318e433b75a786808adc3 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 27 May 2013 12:20:19 -0700 Subject: [PATCH] hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessary Atom S12x0 CPUs are identified by the CPU host bridge ID. Add an override table based on PCI IDs as well as code to detect it. PCI access functions can now be called with PCI disabled, so unlike previous attempts to use PCI IDs, the code no longer depends on it. If PCI is disabled, the CPU will not be identified correctly. Since it is unlikely that anything will work in this case, this is an acceptable limitation. Signed-off-by: Guenter Roeck --- Reading git-format-patch failed