Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196782
b: refs/heads/master
c: c838abc
h: refs/heads/master
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed May 21, 2010
1 parent c003e1e commit 2e428ca
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: 86e5a5202148736bffed49499a1dc8c1a311d3ab
refs/heads/master: c838abc511ed710bdc2d93e0d8b5449be953849e
2 changes: 1 addition & 1 deletion trunk/arch/mips/oprofile/op_model_loongson2.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static void loongson2_reg_setup(struct op_counter_config *cfg)

if (cfg[1].enabled) {
ctrl |= LOONGSON2_PERFCTRL_EVENT(1, cfg[1].event);
reg.reset_counter2 = (0x80000000ULL - cfg[1].count);
reg.reset_counter2 = 0x80000000ULL - cfg[1].count;
}

if (cfg[0].enabled || cfg[1].enabled) {
Expand Down

0 comments on commit 2e428ca

Please sign in to comment.