All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 1/1] Bumps limit of maximum core ID from 32 to 128.
@ 2015-10-12 11:53 ` Lukasz Odzioba
  0 siblings, 0 replies; 22+ messages in thread
From: Lukasz Odzioba @ 2015-10-12 11:53 UTC (permalink / raw)
  To: fenghua.yu; +Cc: jdelvare, linux, lm-sensors, linux-kernel, Lukasz Odzioba

A new limit selected arbitrarily as power of two greater than
required minimum for Xeon Phi processor.

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>
---
 drivers/hwmon/coretemp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index 3e03379..6a27eb2 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
@@ -52,7 +52,7 @@ module_param_named(tjmax, force_tjmax, int, 0444);
 MODULE_PARM_DESC(tjmax, "TjMax value in degrees Celsius");
 
 #define BASE_SYSFS_ATTR_NO	2	/* Sysfs Base attr no for coretemp */
-#define NUM_REAL_CORES		32	/* Number of Real cores per cpu */
+#define NUM_REAL_CORES		128	/* Number of Real cores per cpu */
 #define CORETEMP_NAME_LENGTH	19	/* String Length of attrs */
 #define MAX_CORE_ATTRS		4	/* Maximum no of basic attrs */
 #define TOTAL_ATTRS		(MAX_CORE_ATTRS + 1)
-- 
1.7.1


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-10-15 22:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 11:53 [lm-sensors] [PATCH 1/1] Bumps limit of maximum core ID from 32 to 128 Lukasz Odzioba
2015-10-12 11:53 ` Lukasz Odzioba
2015-10-13 20:31 ` [lm-sensors] " Guenter Roeck
2015-10-13 20:31   ` Guenter Roeck
2015-10-13 21:05   ` [lm-sensors] " Phil Pokorny
2015-10-13 21:05     ` Phil Pokorny
2015-10-13 21:21     ` Guenter Roeck
2015-10-13 21:21       ` Guenter Roeck
2015-10-13 22:02   ` Odzioba, Lukasz
2015-10-13 22:02     ` Odzioba, Lukasz
2015-10-13 22:26     ` [lm-sensors] " Guenter Roeck
2015-10-13 22:26       ` Guenter Roeck
2015-10-13 22:45       ` [lm-sensors] " Odzioba, Lukasz
2015-10-13 22:45         ` Odzioba, Lukasz
2015-10-14  1:17 ` [lm-sensors] " Guenter Roeck
2015-10-14  1:17   ` Guenter Roeck
2015-10-14 11:39   ` [lm-sensors] " Odzioba, Lukasz
2015-10-14 11:39     ` Odzioba, Lukasz
2015-10-14 14:04     ` [lm-sensors] " Guenter Roeck
2015-10-14 14:04       ` Guenter Roeck
2015-10-15 22:08       ` [lm-sensors] " Odzioba, Lukasz
2015-10-15 22:08         ` Odzioba, Lukasz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.