Re: [PATCH 13/18] hwmon/coretemp: Support multi-die/package

From: Len Brown
Date: Fri May 03 2019 - 22:59:22 EST


On Wed, May 1, 2019 at 12:24 AM Len Brown <lenb@xxxxxxxxxx> wrote:
>
> From: Zhang Rui <rui.zhang@xxxxxxxxx>

> @@ -732,6 +732,7 @@ static enum cpuhp_state coretemp_hp_online;
> static int __init coretemp_init(void)
> {
> int err;
> + struct cpuinfo_x86 *c = &cpu_data(0);
>
> /*
> * CPUID.06H.EAX[0] indicates whether the CPU has thermal

FYI, the hunk above was errantly left over from v2 and included in this e-mail.

It is removed in git.
And that is the only difference between this e-mailed series and my
latest git tree.

thanks,
-Len