Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196783
b: refs/heads/master
c: 6d8c287
h: refs/heads/master
i:
  196781: c003e1e
  196779: 0537f6d
  196775: 8806379
  196767: e4590bf
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed May 21, 2010
1 parent 2e428ca commit b876718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: c838abc511ed710bdc2d93e0d8b5449be953849e
refs/heads/master: 6d8c2873e06626c371bdedd5e00b00a60d3fde41
5 changes: 1 addition & 4 deletions trunk/arch/mips/oprofile/op_model_loongson2.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ static void loongson2_reg_setup(struct op_counter_config *cfg)

static void loongson2_cpu_setup(void *args)
{
uint64_t perfcount;

perfcount = (reg.reset_counter2 << 32) | reg.reset_counter1;
write_c0_perfcnt(perfcount);
write_c0_perfcnt((reg.reset_counter2 << 32) | reg.reset_counter1);
}

static void loongson2_cpu_start(void *args)
Expand Down

0 comments on commit b876718

Please sign in to comment.