summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-3.10.patch')
-rw-r--r--sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-3.10.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-3.10.patch b/sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-3.10.patch
deleted file mode 100644
index 16fffd1833da..000000000000
--- a/sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-3.10.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- phc-intel-pack-rev21/inc/3.10/linux-phc-0.3.2.patch
-+++ phc-intel-pack-rev21/inc/3.10/linux-phc-0.3.2.patch
-@@ -120,7 +120,7 @@
- if (boot_cpu_has(X86_FEATURE_CPB) || boot_cpu_has(X86_FEATURE_IDA)) {
- msrs = msrs_alloc();
-
--@@ -963,10 +965,484 @@
-+@@ -963,10 +965,489 @@
- msrs_free(msrs);
- msrs = NULL;
- }
-@@ -198,6 +198,7 @@
- + vid = extract_vid_from_control(acpi_data->states[freq_table[i].index].control);
- + count += sprintf(&buf[count], "%u ", vid);
- + }
-++ if (count) count--;
- + count += sprintf(&buf[count], "\n");
- +
- + return count;
-@@ -227,6 +228,7 @@
- + vid = extract_vid_from_control(data->original_controls[freq_table[i].index]);
- + count += sprintf(&buf[count], "%u ", vid);
- + }
-++ if (count) count--;
- + count += sprintf(&buf[count], "\n");
- +
- + return count;
-@@ -253,6 +255,7 @@
- + fid = extract_fid_from_control(acpi_data->states[freq_table[i].index].control);
- + count += sprintf(&buf[count], "%u ", fid);
- + }
-++ if (count) count--;
- + count += sprintf(&buf[count], "\n");
- +
- + return count;
-@@ -281,6 +284,7 @@
- + vid = extract_vid_from_control(acpi_data->states[freq_table[i].index].control);
- + count += sprintf(&buf[count], "%u:%u ", fid, vid);
- + }
-++ if (count) count--;
- + count += sprintf(&buf[count], "\n");
- +
- + return count;
-@@ -312,6 +316,7 @@
- + vid = extract_vid_from_control(data->original_controls[freq_table[i].index]);
- + count += sprintf(&buf[count], "%u:%u ", fid, vid);
- + }
-++ if (count) count--;
- + count += sprintf(&buf[count], "\n");
- +
- + return count;