Skip to content
Commit 14513ee6 authored by Guenter Roeck's avatar Guenter Roeck
Browse files

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: default avatarGuenter Roeck <linux@roeck-us.net>
parent cd9bb056
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment