提交 6777b9e4 编写于 作者: G Guenter Roeck

hwmon: (coretemp) Update comments describing the handling of HT CPUs

Update comments describing the handling of HT CPUs based on review feedback.
Signed-off-by: NGuenter Roeck <guenter.roeck@ericsson.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Durgadoss R <durgadoss.r@intel.com>
Acked-by: NJean Delvare <khali@linux-fr.org>
上级 4258781a
...@@ -511,8 +511,8 @@ static int create_core_data(struct platform_data *pdata, ...@@ -511,8 +511,8 @@ static int create_core_data(struct platform_data *pdata,
/* /*
* Provide a single set of attributes for all HT siblings of a core * Provide a single set of attributes for all HT siblings of a core
* to avoid duplicate sensors (the processor ID and core ID of all * to avoid duplicate sensors (the processor ID and core ID of all
* HT siblings of a core is the same). * HT siblings of a core are the same).
* Skip if a HT sibling of this core is already online. * Skip if a HT sibling of this core is already registered.
* This is not an error. * This is not an error.
*/ */
if (pdata->core_data[attr_no] != NULL) if (pdata->core_data[attr_no] != NULL)
...@@ -772,10 +772,10 @@ static void __cpuinit put_core_offline(unsigned int cpu) ...@@ -772,10 +772,10 @@ static void __cpuinit put_core_offline(unsigned int cpu)
coretemp_remove_core(pdata, &pdev->dev, indx); coretemp_remove_core(pdata, &pdev->dev, indx);
/* /*
* If a core is taken offline, but a HT sibling of the same core is * If a HT sibling of a core is taken offline, but another HT sibling
* still online, register the alternate sibling. This ensures that * of the same core is still online, register the alternate sibling.
* exactly one set of attributes is provided as long as at least one * This ensures that exactly one set of attributes is provided as long
* HT sibling of a core is online. * as at least one HT sibling of a core is online.
*/ */
for_each_sibling(i, cpu) { for_each_sibling(i, cpu) {
if (i != cpu) { if (i != cpu) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册