]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (coretemp) Increase CPU core limit
authorGuenter Roeck <guenter.roeck@ericsson.com>
Tue, 1 May 2012 15:15:42 +0000 (08:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 15:53:36 +0000 (08:53 -0700)
commit1d6ec3a7ad57db0a71694aed3a37d9a89870d4b6
tree4e011422264a1aac265e39719f7c731f884ba7b2
parenta300c6a9c5f865eb559ed8e1096e24daa891cb72
hwmon: (coretemp) Increase CPU core limit

commit bdc71c9a87b898e4c380c23b2e3e18071312ecde upstream.

CPU core ID is used to index the core_data[] array. The core ID is, however, not
sequential; 10-core CPUS can have a core ID as high as 25. Increase the limit to
32 to be able to deal with current CPUs.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/coretemp.c