Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377039
b: refs/heads/master
c: b844db3
h: refs/heads/master
i:
  377037: 65c9f68
  377035: e4419ed
  377031: 6805f5f
  377023: a040f17
v: v3
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Jun 13, 2013
1 parent ec0f650 commit 9f2bc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26e04462c8b78d079d3231396ec72d58a14f114b
refs/heads/master: b844db31874e3b1c3b86c65024ac7bed9f77ee42
2 changes: 1 addition & 1 deletion trunk/tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ int initialize_counters(int cpu_id)

void allocate_output_buffer()
{
output_buffer = calloc(1, (1 + topo.num_cpus) * 128);
output_buffer = calloc(1, (1 + topo.num_cpus) * 256);
outp = output_buffer;
if (outp == NULL) {
perror("calloc");
Expand Down

0 comments on commit 9f2bc60

Please sign in to comment.