--- phc-intel-pack-rev21/inc/4.1/linux-phc-0.3.2.patch +++ phc-intel-pack-rev21/inc/4.1/linux-phc-0.3.2.patch @@ -95,7 +95,7 @@ static void __init acpi_cpufreq_boost_init(void) { if (boot_cpu_has(X86_FEATURE_CPB) || boot_cpu_has(X86_FEATURE_IDA)) { -@@ -928,6 +925,481 @@ +@@ -928,6 +925,486 @@ } } @@ -171,6 +171,7 @@ + vid = extract_vid_from_control(acpi_data->states[freq_table[i].driver_data].control); + count += sprintf(&buf[count], "%u ", vid); + } ++ if (count) count--; + count += sprintf(&buf[count], "\n"); + + return count; @@ -200,6 +201,7 @@ + vid = extract_vid_from_control(data->original_controls[freq_table[i].driver_data]); + count += sprintf(&buf[count], "%u ", vid); + } ++ if (count) count--; + count += sprintf(&buf[count], "\n"); + + return count; @@ -226,6 +228,7 @@ + fid = extract_fid_from_control(acpi_data->states[freq_table[i].driver_data].control); + count += sprintf(&buf[count], "%u ", fid); + } ++ if (count) count--; + count += sprintf(&buf[count], "\n"); + + return count; @@ -254,6 +257,7 @@ + vid = extract_vid_from_control(acpi_data->states[freq_table[i].driver_data].control); + count += sprintf(&buf[count], "%u:%u ", fid, vid); + } ++ if (count) count--; + count += sprintf(&buf[count], "\n"); + + return count; @@ -285,6 +289,7 @@ + vid = extract_vid_from_control(data->original_controls[freq_table[i].driver_data]); + count += sprintf(&buf[count], "%u:%u ", fid, vid); + } ++ if (count) count--; + count += sprintf(&buf[count], "\n"); + + return count;