Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338869
b: refs/heads/master
c: b880dee
h: refs/heads/master
i:
  338867: a82546b
v: v3
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed Oct 8, 2012
1 parent aa88a26 commit ccbb951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2aa8eab029b319b2b458b3ba393bbba31961ea96
refs/heads/master: b880deeaffd9df0cec9a4496447d0d7fd78086f2
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-kvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ struct vcpu_event_record {

static void init_kvm_event_record(struct perf_kvm *kvm)
{
int i;
unsigned int i;

for (i = 0; i < (int)EVENTS_CACHE_SIZE; i++)
for (i = 0; i < EVENTS_CACHE_SIZE; i++)
INIT_LIST_HEAD(&kvm->kvm_events_cache[i]);
}

Expand Down

0 comments on commit ccbb951

Please sign in to comment.