Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221877
b: refs/heads/master
c: c3b291d
h: refs/heads/master
i:
  221875: d06c907
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Nov 7, 2010
1 parent 156f4f5 commit c205124
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: d33aadbf8e9ba0b844c2a4a03723969c913ab03a
refs/heads/master: c3b291d98878a5f25fee56255bcfa420e85dff59
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ static inline int armv7_pmnc_has_overflowed(unsigned long pmnc)
static inline int armv7_pmnc_counter_has_overflowed(unsigned long pmnc,
enum armv7_counters counter)
{
int ret;
int ret = 0;

if (counter == ARMV7_CYCLE_COUNTER)
ret = pmnc & ARMV7_FLAG_C;
Expand Down

0 comments on commit c205124

Please sign in to comment.