commit | cc904f9cf26dc455cffbdf6e7eb86717e047d8ff | [log] [tgz] |
---|---|---|
author | Lukasz Odzioba <lukasz.odzioba@intel.com> | Mon Oct 12 13:53:32 2015 +0200 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Oct 14 07:57:14 2015 -0700 |
tree | 1c8422711980f9ed04450ba3e182b86409bdc083 | |
parent | 9c32e815cf9e29d5cfed738ad1cb3d07ea1bb67c [diff] |
hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128. A new limit selected arbitrarily as power of two greater than required minimum for Xeon Phi processor (72 for Knights Landing). Currently driver is not able to handle cores with core ID greater than 32. Such attempt ends up with the following error in dmesg: coretemp coretemp.0: Adding Core XXX failed Signed-off-by: Lukasz Odzioba <lukasz.odzioba@intel.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>