diff for duplicates of <56A9D93E.6090508@profitbricks.com> diff --git a/a/1.txt b/N1/1.txt index 0b62a63..09d5581 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ On 28.01.2016 03:25, Huang Rui wrote: >>> + * On Carrizo and later platforms, ApmTdpLimit bit field >>> + * is extended to 16:31 from 16:28. >>> + */ ->>> + if (boot_cpu_data.x86 = 0x15 && boot_cpu_data.x86_model >= 0x60) +>>> + if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60) >>> + tdp_limit = val >> 16; >>> + else >>> + tdp_limit = (val >> 16) & 0x1fff; @@ -36,7 +36,7 @@ On 28.01.2016 03:25, Huang Rui wrote: >> >> Btw, Rui, you could consider unifying the code under a single >> ->> if (boot_cpu_data.x86 = 0x15 && boot_cpu_data.x86_model >= 0x60) { +>> if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60) { >> ... >> >> else @@ -56,9 +56,3 @@ Thank you. -- Best regards, Gi-Oh Kim - - -_______________________________________________ -lm-sensors mailing list -lm-sensors@lm-sensors.org -http://lists.lm-sensors.org/mailman/listinfo/lm-sensors diff --git a/a/content_digest b/N1/content_digest index 9fd9f13..51cc366 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\020160127111256.GG30712@pd.tnic\0" "ref\020160128022538.GB26655@hr-amur2\0" "From\0Gi-Oh Kim <gi-oh.kim@profitbricks.com>\0" - "Subject\0Re: [lm-sensors] [PATCH] hwmon: (fam15h_power) Add bit masking for tdp_limit\0" - "Date\0Thu, 28 Jan 2016 09:02:54 +0000\0" + "Subject\0Re: [PATCH] hwmon: (fam15h_power) Add bit masking for tdp_limit\0" + "Date\0Thu, 28 Jan 2016 10:02:54 +0100\0" "To\0Huang Rui <ray.huang@amd.com>" " Borislav Petkov <bp@alien8.de>\0" "Cc\0linux@roeck-us.net" @@ -36,7 +36,7 @@ ">>> +\t * On Carrizo and later platforms, ApmTdpLimit bit field\n" ">>> +\t * is extended to 16:31 from 16:28.\n" ">>> +\t */\n" - ">>> +\tif (boot_cpu_data.x86 = 0x15 && boot_cpu_data.x86_model >= 0x60)\n" + ">>> +\tif (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60)\n" ">>> +\t\ttdp_limit = val >> 16;\n" ">>> +\telse\n" ">>> +\t\ttdp_limit = (val >> 16) & 0x1fff;\n" @@ -49,7 +49,7 @@ ">>\n" ">> Btw, Rui, you could consider unifying the code under a single\n" ">>\n" - ">> \tif (boot_cpu_data.x86 = 0x15 && boot_cpu_data.x86_model >= 0x60) {\n" + ">> \tif (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60) {\n" ">> \t\t...\n" ">>\n" ">> \telse\n" @@ -68,12 +68,6 @@ "\n" "-- \n" "Best regards,\n" - "Gi-Oh Kim\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Gi-Oh Kim -9424268645fc291283467c6c811be3cd91af6561568e8498b47d2a18e9103a10 +2bd527ed53e24bfb592bf5bdec6543b90eda2345c2034312d697cafe9a51e3cd
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.