summaryrefslogtreecommitdiff
blob: 003941fd729da02418b45acee5ad9e09e279fa82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
--- phc-intel-pack-rev21/inc/3.7.5/linux-phc-0.3.2.patch
+++ phc-intel-pack-rev21/inc/3.7.5/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();
  
-@@ -966,10 +968,484 @@
+@@ -966,10 +968,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;