Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367219
b: refs/heads/master
c: c43ca04
h: refs/heads/master
i:
  367217: 921c5f0
  367215: 3aa2021
v: v3
  • Loading branch information
James Hogan committed Mar 15, 2013
1 parent a444e11 commit 7d6afd3
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: 3424dabb6508d538e9ec1a2aa889fefbd83df2d0
refs/heads/master: c43ca04b5e7854b3996f84a495e4553941e76266
2 changes: 1 addition & 1 deletion trunk/arch/metag/kernel/perf/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void metag_pmu_event_update(struct perf_event *event,
/*
* Calculate the delta and add it to the counter.
*/
delta = new_raw_count - prev_raw_count;
delta = (new_raw_count - prev_raw_count) & MAX_PERIOD;

local64_add(delta, &event->count);
}
Expand Down

0 comments on commit 7d6afd3

Please sign in to comment.