Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147445
b: refs/heads/master
c: 615a3f1
h: refs/heads/master
i:
  147443: df64c3e
v: v3
  • Loading branch information
Paul Mackerras authored and Ingo Molnar committed May 11, 2009
1 parent 3335776 commit 0e16560
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: a08b159fc243dbfe415250466d24cfc5010deee5
refs/heads/master: 615a3f1e055ac9b0ae74e1f935a12ea2cfe2a2ad
2 changes: 1 addition & 1 deletion trunk/kernel/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ static unsigned int perf_poll(struct file *file, poll_table *wait)
static void perf_counter_reset(struct perf_counter *counter)
{
(void)perf_counter_read(counter);
atomic_set(&counter->count, 0);
atomic64_set(&counter->count, 0);
perf_counter_update_userpage(counter);
}

Expand Down

0 comments on commit 0e16560

Please sign in to comment.